index
:
crunched.git
master
(soontm) Remote Administration Tool for managing virtual machines on remote hosts.
memdmp
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
routes
/
vms
/
+page.ts
blob: fb0ce3cdf89e5c8e755ac8562b0b4ba9542a3dba (
plain
) (
blame
)
1
2
3
4
5
export
const
load
=
(
{
fetch
}
)
=>
{
return
{
todo
:
'
use /api/v1/vms/list
'
,
}
;
}
;