X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/907f34a95f096535be1b47e99f37b063a2a8245c..93b6c515269009d01122cce77c54937ea029da72:/code/templates/list.tmpl?ds=inline
diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl
index 8d8b8f6..89a75d8 100644
--- a/code/templates/list.tmpl
+++ b/code/templates/list.tmpl
@@ -25,7 +25,7 @@ VM List
#end filter
Name |
- |
+ .xvm.mit.edu |
#filter None
$errorRow('name', $err)
@@ -66,20 +66,10 @@ $vmTypeList($defaults.type)
#filter None
$errorRow('vmtype', $err)
#end filter
-
- Clone image? |
-#if $can_clone
-
- (experimental; 1-2 minutes, and you have an etch machine; root pw is 'password'.)
- |
-#else
- Image cloning is currently disabled for maintenance |
-#end if
-
#filter None
$errorRow('autoinstall', $err)
#end filter
-
+
Boot CD |
@@ -118,6 +108,18 @@ $errorRow('cdrom', $err)
#def machineRow($machine)
|
+
+
+ |
$machine.name |
${machine.memory}M |
$machine.owner |
@@ -142,16 +144,6 @@ $has_vnc[$machine]
#end filter
#end if
-
-
- |
$machine.description |
@@ -159,8 +151,9 @@ $has_vnc[$machine]
#end def
#def machineList($machines)
-
+
+ |
Name |
Memory |
Owner#slurp
@@ -176,7 +169,6 @@ $helppopup('Administrator')#slurp
| IP |
Uptime |
VNC |
- |
#for $machine in $machines:
#filter None
@@ -184,6 +176,13 @@ $helppopup('Administrator')#slurp
#end filter
#end for
+
+
#end def