From eb536479061802a42ad4a0cbe5a9de1a16fe94fb Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Tue, 18 Nov 2025 15:56:04 -0800 Subject: [PATCH 1/2] tc --- torchci/components/layout/NavBar.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/torchci/components/layout/NavBar.tsx b/torchci/components/layout/NavBar.tsx index 3f6deed342..48f81996b1 100644 --- a/torchci/components/layout/NavBar.tsx +++ b/torchci/components/layout/NavBar.tsx @@ -143,6 +143,10 @@ function NavBar() { name: "PyTorch Runners", href: "/runners/pytorch", }, + { + name: "Test File Reports", + href: "/tests/fileReport" + } ]; const metricsDropdown = [ From 601f20d1080a57f5d655fb6fc900c1d029ec3620 Mon Sep 17 00:00:00 2001 From: Catherine Lee Date: Tue, 18 Nov 2025 16:38:44 -0800 Subject: [PATCH 2/2] lint --- torchci/components/layout/NavBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/torchci/components/layout/NavBar.tsx b/torchci/components/layout/NavBar.tsx index 48f81996b1..b64f31dca7 100644 --- a/torchci/components/layout/NavBar.tsx +++ b/torchci/components/layout/NavBar.tsx @@ -145,8 +145,8 @@ function NavBar() { }, { name: "Test File Reports", - href: "/tests/fileReport" - } + href: "/tests/fileReport", + }, ]; const metricsDropdown = [