Skip to content

Commit 0bf25a4

Browse files
committed
Fix runtime error on machine deployment details page
1 parent e05b036 commit 0bf25a4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

frontend/public/components/utils/horizontal-nav.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ export const navFactory: NavFactory = {
101101
name: 'Machine Configs',
102102
component,
103103
}),
104+
machines: component => ({
105+
href: 'machines',
106+
name: 'Machines',
107+
component,
108+
}),
104109
};
105110

106111
export const NavBar: React.SFC<NavBarProps> = ({pages, basePath, hideDivider}) => {

0 commit comments

Comments
 (0)