Can update VM settings

This commit is contained in:
2023-10-16 19:22:15 +02:00
parent fbfe4f00c5
commit 674f9fe7ed
5 changed files with 95 additions and 10 deletions

View File

@ -41,7 +41,7 @@ export function App() {
<Route path="vms" element={<VirtualMachinesRoute />} />
<Route path="vms/new" element={<CreateVMRoute />} />
<Route path="vms/:uuid/edit" element={<EditVMRoute />} />
<Route path="vm/:uuid/edit" element={<EditVMRoute />} />
<Route path="sysinfo" element={<SysInfoRoute />} />
<Route path="*" element={<NotFoundRoute />} />