Can query hypervisor information

This commit is contained in:
2023-09-06 18:54:38 +02:00
parent fbe11af121
commit 57c023b45b
14 changed files with 253 additions and 9 deletions

View File

@ -1,3 +1,5 @@
import { mdiDisc, mdiHome, mdiLanPending } from "@mdi/js";
import Icon from "@mdi/react";
import {
Box,
List,
@ -5,13 +7,10 @@ import {
ListItemIcon,
ListItemSecondaryAction,
ListItemText,
ListSubheader,
} from "@mui/material";
import { VirtWebAppBar } from "./VirtWebAppBar";
import { RouterLink } from "./RouterLink";
import { Outlet, useLocation } from "react-router-dom";
import Icon from "@mdi/react";
import { mdiDisc, mdiHome, mdiLanPending } from "@mdi/js";
import { RouterLink } from "./RouterLink";
import { VirtWebAppBar } from "./VirtWebAppBar";
export function BaseAuthenticatedPage(): React.ReactElement {
return (