mirror of https://github.com/openwrt/luci.git
libs/web: fix another invalid entity
parent
6697e282af
commit
b95ec6c93a
|
@ -59,7 +59,7 @@ $Id: firewall_zonelist.htm 5651 2009-12-26 00:09:47Z jow $
|
|||
<% end end %>
|
||||
<% if zempty then %><em><%:(empty)%></em><% end %>
|
||||
</label>
|
||||
 ⇒ 
|
||||
 ⇒ 
|
||||
<% for _, fwd in ipairs(zone:get_forwardings_by("src")) do
|
||||
fz = fwd:dest_zone()
|
||||
empty = false %>
|
||||
|
|
Loading…
Reference in New Issue