Can update VM settings
This commit is contained in:
@ -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 />} />
|
||||
|
Reference in New Issue
Block a user