Can query hypervisor information
This commit is contained in:
@ -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 (
|
||||
|
Reference in New Issue
Block a user