Ready to implement VM list

This commit is contained in:
2023-09-08 16:33:45 +02:00
parent e9dcc57e11
commit 7073b9b7f1
3 changed files with 9 additions and 4 deletions

View File

@ -1,4 +1,4 @@
import { mdiDisc, mdiHome, mdiInformation, mdiLanPending } from "@mdi/js";
import { mdiBoxShadow, mdiDisc, mdiHome, mdiInformation } from "@mdi/js";
import Icon from "@mdi/react";
import {
Box,
@ -45,9 +45,9 @@ export function BaseAuthenticatedPage(): React.ReactElement {
icon={<Icon path={mdiHome} size={1} />}
/>
<NavLink
label="Networks"
uri="/networks"
icon={<Icon path={mdiLanPending} size={1} />}
label="Virtual machines"
uri="/vms"
icon={<Icon path={mdiBoxShadow} size={1} />}
/>
<NavLink
label="ISO files"