Changeset 186


Ignore:
Timestamp:
Oct 11, 2007, 12:14:59 AM (16 years ago)
Author:
ecprice
Message:

Remove the MAC address from the summary page.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/list.tmpl

    r162 r186  
    1717        <td>owner</td>
    1818        <td>IP</td>
    19         <td>MAC Address</td>
    2019        <td>Hostname</td>
    2120        <td>Uptime</td>
     
    3029#set $nic = $machine.nics[0]
    3130        <td>$nic.ip</td>
    32         <td>$nic.mac_addr</td>
    3331        <td>$nic.hostname</td>
    3432#else
    35         <td></td>
    3633        <td></td>
    3734        <td></td>
Note: See TracChangeset for help on using the changeset viewer.