Remove the MAC address from the summary page.
authorEric Price <ecprice@mit.edu>
Thu, 11 Oct 2007 04:14:59 +0000 (00:14 -0400)
committerEric Price <ecprice@mit.edu>
Thu, 11 Oct 2007 04:14:59 +0000 (00:14 -0400)
svn path=/trunk/web/; revision=186

templates/list.tmpl

index e300f61..05b5c2c 100644 (file)
@@ -16,7 +16,6 @@ List of your VMs
        <td>Memory</td>
        <td>owner</td>
        <td>IP</td>
-       <td>MAC Address</td>
        <td>Hostname</td>
        <td>Uptime</td>
        <td>VNC</td>
@@ -29,12 +28,10 @@ List of your VMs
 #if $machine.nics
 #set $nic = $machine.nics[0]
        <td>$nic.ip</td>
-       <td>$nic.mac_addr</td>
        <td>$nic.hostname</td>
 #else
        <td></td>
        <td></td>
-       <td></td>
 #end if
 <td>#slurp
 #if $uptimes[$machine]