Can list and delete networks
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user