Add storage route

This commit is contained in:
Nick Mowen 2022-07-01 11:38:04 -06:00
parent 97e30654ea
commit 2b71be0d34

View File

@ -44,6 +44,7 @@ export default function Sidebar() {
</Match> </Match>
{birdseye?.enabled ? <Destination href="/birdseye" text="Birdseye" /> : null} {birdseye?.enabled ? <Destination href="/birdseye" text="Birdseye" /> : null}
<Destination href="/events" text="Events" /> <Destination href="/events" text="Events" />
<Destination href="/storage" text="Storage" />
<Destination href="/system" text="System" /> <Destination href="/system" text="System" />
<Separator /> <Separator />
<div className="flex flex-grow" /> <div className="flex flex-grow" />