Skip to content

Commit

Permalink
Add webcams link to navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
albireox committed Aug 26, 2024
1 parent 95cba34 commit a0f34a7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/components/LVMWebRoot/LVMAppShell/NavBar/NavBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ import NavAccordionItem from '@/src/components/NavAccordionItem/NavAccordionItem
import { Box, Stack } from '@mantine/core';
import {
IconCloudRain,
IconDeviceComputerCamera,
IconHome,
IconLink,
IconLogs,
Expand All @@ -26,6 +27,13 @@ export default function NavBar() {
<NavBarItem path="/overview" icon={<IconHome />} text="Overview" />
<NavBarItem path="/gort-log" icon={<IconNotebook />} text="GORT Log" />
<NavBarItem path="/exposure-list" icon={<IconLogs />} text="Exposure List" />
<NavBarItem
path="https://localhost:18888/"
icon={<IconDeviceComputerCamera />}
text="Webcams"
external
newWindow
/>
<NavBarItem
path="https://weather.lco.cl"
icon={<IconCloudRain />}
Expand Down

0 comments on commit a0f34a7

Please sign in to comment.