Can delete the VM from the WebUI
This commit is contained in:
virtweb_backend/src
virtweb_frontend/src
api
hooks
providers
routes
widgets
@ -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} />}
|
||||
/>
|
||||
|
Reference in New Issue
Block a user