Can delete the VM from the WebUI
This commit is contained in:
8
virtweb_frontend/src/widgets/vms/VMStatusWidget.tsx
Normal file
8
virtweb_frontend/src/widgets/vms/VMStatusWidget.tsx
Normal file
@ -0,0 +1,8 @@
|
||||
import { VMInfo } from "../../api/VMApi";
|
||||
|
||||
export function VMStatusWidget(p: {
|
||||
d: VMInfo;
|
||||
onChange?: () => void;
|
||||
}): React.ReactElement {
|
||||
return <>TODO</>;
|
||||
}
|
Reference in New Issue
Block a user