summaryrefslogtreecommitdiffstats
path: root/webui_templates/system_list.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'webui_templates/system_list.tmpl')
-rw-r--r--webui_templates/system_list.tmpl12
1 files changed, 6 insertions, 6 deletions
diff --git a/webui_templates/system_list.tmpl b/webui_templates/system_list.tmpl
index 246ac6b..e74f313 100644
--- a/webui_templates/system_list.tmpl
+++ b/webui_templates/system_list.tmpl
@@ -7,9 +7,9 @@
<tr>
<th class="text">Name</th>
<th class="text">Profile</th>
- <th class="text">MAC</th>
- <th class="text">IP</th>
- <th class="text">Hostname</th>
+ ## FIXME: how to handle for multiple interface listing? <th class="text">MAC</th>
+ ## <th class="text">IP</th>
+ ## <th class="text">Hostname</th>
</tr>
</thead>
<tbody>
@@ -29,9 +29,9 @@
<td>
<a href="$base_url/profile_edit?name=${system.profile}">${system.profile}</a>
</td>
- <td> ${system.mac_address} </td>
- <td> ${system.ip_address} </td>
- <td> ${system.hostname} </td>
+ ## <td> ${system.mac_address} </td>
+ ## <td> ${system.ip_address} </td>
+ ## <td> ${system.hostname} </td>
</tr>
#end for
</tbody>