Can delete the VM from the WebUI

This commit is contained in:
2023-10-13 18:39:34 +02:00
parent 6a3cf2e5c8
commit 3c00c23205
7 changed files with 247 additions and 12 deletions

@ -35,7 +35,7 @@ export function BaseAuthenticatedPage(): React.ReactElement {
dense
component="nav"
sx={{
minWidth: "180px",
minWidth: "200px",
backgroundColor: "background.paper",
}}
>
@ -45,7 +45,7 @@ export function BaseAuthenticatedPage(): React.ReactElement {
icon={<Icon path={mdiHome} size={1} />}
/>
<NavLink
label="Virtual machines"
label="Virtual Machines"
uri="/vms"
icon={<Icon path={mdiBoxShadow} size={1} />}
/>