X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/blobdiff_plain/61154617919ca57b6f1d4bed02aa9847ef14232a..bee5d6b79f93e627eb105cd443701ac1975fd927:/code/templates/list.tmpl
diff --git a/code/templates/list.tmpl b/code/templates/list.tmpl
index c5c3e9d..88bab49 100644
--- a/code/templates/list.tmpl
+++ b/code/templates/list.tmpl
@@ -84,14 +84,12 @@ $errorRow('cdrom', $err)
#slurp
#if $machine.uptime
$machine.uptime#slurp
-#else
-Off#slurp
#end if
|
#slurp
#if $has_vnc[$machine] == True
Console#slurp
-#else
+#else if $has_vnc[$machine] != 'Off'
$has_vnc[$machine]
#end if
|
@@ -111,14 +109,15 @@ $has_vnc[$machine]
#def machineList($machines)
- Name |
- Memory |
- Owner |
- Administrator |
- IP |
- Uptime |
- VNC |
- |
+ Name |
+ Memory |
+ Owner |
+ Administrator |
+ IP |
+ Uptime |
+ VNC |
+ |
+
#for $machine in $machines:
$machineRow($machine)
#end for
@@ -127,7 +126,7 @@ $has_vnc[$machine]
#def body
-Note: SIPB Virtual Servers is a very alpha service. What does this mean?
+SIPB Virtual Servers is an alpha service. What does this mean?
#if not $machines
You don't currently control any VMs.
#else