Ready to implement Virtual Machines management
This commit is contained in:
@ -58,7 +58,7 @@ function SystemInfoWidgetInner(): React.ReactElement {
|
||||
console.error(e);
|
||||
toast("Error", "Failed to refresh system status!", "error");
|
||||
}
|
||||
}, 1500);
|
||||
}, 5000);
|
||||
return () => clearInterval(interval);
|
||||
});
|
||||
|
||||
|
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