Can list and delete networks

This commit is contained in:
2023-10-31 15:55:15 +01:00
parent 9a99e0b54e
commit 0e3945089c
4 changed files with 199 additions and 1 deletions

View File

@ -1,4 +1,11 @@
import { mdiBoxShadow, mdiDisc, mdiHome, mdiInformation } from "@mdi/js";
import {
mdiBoxShadow,
mdiDisc,
mdiHome,
mdiInformation,
mdiLan,
mdiNetwork,
} from "@mdi/js";
import Icon from "@mdi/react";
import {
Box,
@ -49,6 +56,11 @@ export function BaseAuthenticatedPage(): React.ReactElement {
uri="/vms"
icon={<Icon path={mdiBoxShadow} size={1} />}
/>
<NavLink
label="Networks"
uri="/net"
icon={<Icon path={mdiLan} size={1} />}
/>
<NavLink
label="ISO files"
uri="/iso"