Skip to content

Commit c36b3d6

Browse files
authored
update inventory sidebar link so it shows as active for any child tabs (#2238)
1 parent a8eb774 commit c36b3d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/layouts/SystemLayout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export function SystemLayout() {
108108
<NavLinkItem to={pb.systemUtilization()}>
109109
<Metrics16Icon /> Utilization
110110
</NavLinkItem>
111-
<NavLinkItem to={pb.sledInventory()}>
111+
<NavLinkItem to={pb.inventory()}>
112112
<Servers16Icon /> Inventory
113113
</NavLinkItem>
114114
<NavLinkItem to={pb.ipPools()}>

0 commit comments

Comments
 (0)