From 962a47d34fe6ecf19da4d50bbcb0b2adab82c05a Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Wed, 12 Sep 2007 16:25:04 -0400 Subject: Adding some additional fields to the systems list in WebUI. --- webui_templates/system_list.tmpl | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/system_list.tmpl b/webui_templates/system_list.tmpl index 91ca65e..f637777 100644 --- a/webui_templates/system_list.tmpl +++ b/webui_templates/system_list.tmpl @@ -7,7 +7,9 @@ Name Profile - + MAC + IP + Hostname @@ -21,13 +23,15 @@ #set $evenodd += 1 - ${system.name} - ${system.profile} + ${system.name} - edit + ${system.profile} + ${system.mac_address} + ${system.ip_address} + ${system.hostname} #end for -- cgit