From: Eric Price Date: Thu, 11 Oct 2007 04:14:59 +0000 (-0400) Subject: Remove the MAC address from the summary page. X-Git-Tag: sipb-xen-www/1~56 X-Git-Url: http://xvm.mit.edu/gitweb/invirt/packages/invirt-web.git/commitdiff_plain/19c3385da7c17892b9a9389c88028897ff5ca8ad Remove the MAC address from the summary page. svn path=/trunk/web/; revision=186 --- diff --git a/templates/list.tmpl b/templates/list.tmpl index e300f61..05b5c2c 100644 --- a/templates/list.tmpl +++ b/templates/list.tmpl @@ -16,7 +16,6 @@ List of your VMs Memory owner IP - MAC Address Hostname Uptime VNC @@ -29,12 +28,10 @@ List of your VMs #if $machine.nics #set $nic = $machine.nics[0] $nic.ip - $nic.mac_addr $nic.hostname #else - #end if #slurp #if $uptimes[$machine]