Ok - I think this will load the iptables rules on boot
[invirt/packages/invirt-web.git] / templates / list.tmpl
index d6c0e00..6e06c53 100644 (file)
@@ -67,6 +67,7 @@ $errorRow('cdrom', $err)
        <td><a href="info?machine_id=$machine.machine_id">$machine.name</a></td>
        <td>${machine.memory}M</td>
        <td>$machine.owner</td>
+       <td>$machine.administrator</td>
 #if $machine.nics
 #set $nic = $machine.nics[0]
        <td>$nic.ip</td>
@@ -106,6 +107,7 @@ $has_vnc[$machine]
        <td>Name</td>
        <td>Memory</td>
        <td>Owner</td>
+        <td>Administrator</td>
        <td>IP</td>
        <td>Uptime</td>
        <td>VNC</td>
@@ -118,6 +120,7 @@ $has_vnc[$machine]
 
 
 #def body
+<p style="font-size: 125%;"><strong>Note:</strong> sipb-xen is a very alpha service. <a href="/static/about.html">What does this mean?</a></p>
 #if not $machines
 <p>You don't currently control any VMs.</p>   
 #else