Ready to implement Virtual Machines management
This commit is contained in:
5
remote_frontend/src/widgets/VirtualMachinesWidget.tsx
Normal file
5
remote_frontend/src/widgets/VirtualMachinesWidget.tsx
Normal file
@ -0,0 +1,5 @@
|
||||
import { SectionContainer } from "./SectionContainer";
|
||||
|
||||
export function VirtualMachinesWidget(): React.ReactElement {
|
||||
return <SectionContainer title="Virtual machines">TODO</SectionContainer>;
|
||||
}
|
Reference in New Issue
Block a user