projects
/
invirt/packages/invirt-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e1ad1d
)
Remove the MAC address from the summary page.
author
Eric Price
<ecprice@mit.edu>
Thu, 11 Oct 2007 04:14:59 +0000
(
00:14
-0400)
committer
Eric Price
<ecprice@mit.edu>
Thu, 11 Oct 2007 04:14:59 +0000
(
00:14
-0400)
svn path=/trunk/web/; revision=186
templates/list.tmpl
patch
|
blob
|
history
diff --git
a/templates/list.tmpl
b/templates/list.tmpl
index
e300f61
..
05b5c2c
100644
(file)
--- a/
templates/list.tmpl
+++ b/
templates/list.tmpl
@@
-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]