From 24c4cce3ae278c0511a65aded38ef83b2e49d3d4 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 19 Dec 2011 20:09:20 +0000 Subject: [PATCH 1/1] libs/web: add "any" option to firewall_zonelist widget --- libs/web/luasrc/view/cbi/firewall_zonelist.htm | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/libs/web/luasrc/view/cbi/firewall_zonelist.htm b/libs/web/luasrc/view/cbi/firewall_zonelist.htm index a22b7905b..19ff05944 100644 --- a/libs/web/luasrc/view/cbi/firewall_zonelist.htm +++ b/libs/web/luasrc/view/cbi/firewall_zonelist.htm @@ -29,7 +29,15 @@
  • />   style="background-color:<%=fwm.zone.get_color()%>; padding:0.5em"> - <%:Device%> + <%:Device%> (<%:input%>) + +
  • + <% end %> + <% if self.allowany then %> +
  • + />   + style="background-color:<%=fwm.zone.get_color()%>; padding:0.5em"> + <%:Any zone%> (<%:forward%>)
  • <% end %> -- 2.11.0