From 19c3385da7c17892b9a9389c88028897ff5ca8ad Mon Sep 17 00:00:00 2001 From: Eric Price Date: Thu, 11 Oct 2007 00:14:59 -0400 Subject: [PATCH] Remove the MAC address from the summary page. svn path=/trunk/web/; revision=186 --- templates/list.tmpl | 3 --- 1 file changed, 3 deletions(-) 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] -- 1.7.9.5