Skip to content

Commit c48231a

Browse files
authored
[ez][HUD] Add file reports to nav bar (#7489)
1 parent 0fa153c commit c48231a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

torchci/components/layout/NavBar.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,10 @@ function NavBar() {
143143
name: "PyTorch Runners",
144144
href: "/runners/pytorch",
145145
},
146+
{
147+
name: "Test File Reports",
148+
href: "/tests/fileReport",
149+
},
146150
];
147151

148152
const metricsDropdown = [

0 commit comments

Comments
 (0)