X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Ffirewall_zonelist.htm;fp=libs%2Fweb%2Fluasrc%2Fview%2Fcbi%2Ffirewall_zonelist.htm;h=8aa69705d94dcb131ae0a7233f441a56fa044121;hp=53fa83624440934af33194cce88620b61f11ca96;hb=481ddd09098242db05231a2e84c19c831d5cd033;hpb=6832010927ae4a2c287be9d49bd262d751efff5b diff --git a/libs/web/luasrc/view/cbi/firewall_zonelist.htm b/libs/web/luasrc/view/cbi/firewall_zonelist.htm index 53fa836244..8aa69705d9 100644 --- a/libs/web/luasrc/view/cbi/firewall_zonelist.htm +++ b/libs/web/luasrc/view/cbi/firewall_zonelist.htm @@ -59,12 +59,7 @@ if net then zempty = false %> -   - <%- if net:name() == self.network then -%> - <%=net:name()%>: - <%- else -%> - <%=net:name()%>: - <%- end -%> + <%=net:name()%>: <% local nempty = true for _, iface in ipairs(net:is_bridge() and net:get_interfaces() or { net:get_interface() }) do