From 8407eeed814b7b62ee8059eaaafb23e44451aebc Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 12 Oct 2007 17:02:51 -0400 Subject: Multi NIC Web UI is looking solid, now to modify the backend code to save everything ... --- webui_templates/system_edit.tmpl | 180 +++++++++++++++++++++++++++------------ 1 file changed, 125 insertions(+), 55 deletions(-) (limited to 'webui_templates') diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index e101832..affe88f 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -2,8 +2,24 @@ #block body +### +### here's a list of all the NIC fields we use +### +### FIXME: add gateway, subnet, and any other missing fields + +#set $fields = [ "mac", "ip", "hostname", "dhcptag", "virtbridge", "subnet", "gateway"] + +