From 2fd4775c68160a8617fff5f7015542bf8c1501e5 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Fri, 12 Oct 2007 18:08:32 -0400 Subject: Teach the WebUI (and the backend for the WebUI) how to save multiple interfaces. Also clean up the error page display and include a link to go back so users can correct any data entry errors. --- webui_templates/system_edit.tmpl | 22 ++++++++-------------- 1 file changed, 8 insertions(+), 14 deletions(-) (limited to 'webui_templates/system_edit.tmpl') diff --git a/webui_templates/system_edit.tmpl b/webui_templates/system_edit.tmpl index affe88f..f282ef4 100644 --- a/webui_templates/system_edit.tmpl +++ b/webui_templates/system_edit.tmpl @@ -7,7 +7,7 @@ ### ### FIXME: add gateway, subnet, and any other missing fields -#set $fields = [ "mac", "ip", "hostname", "dhcptag", "virtbridge", "subnet", "gateway"] +#set $fields = [ "macaddress", "ipaddress", "hostname", "dhcptag", "virtbridge", "subnet", "gateway"]