X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fluci.git;a=blobdiff_plain;f=applications%2Fluci-firewall%2Fluasrc%2Fview%2Fcbi_addsnat.htm;fp=applications%2Fluci-firewall%2Fluasrc%2Fview%2Fcbi_addsnat.htm;h=0000000000000000000000000000000000000000;hp=28bb22d40ad4e3366c25ae41cf166f64f02bae3e;hb=4988cc6b59a9445362d01064417706eae5f80b54;hpb=b89300eb67e43b9da28550547882338894017b43 diff --git a/applications/luci-firewall/luasrc/view/cbi_addsnat.htm b/applications/luci-firewall/luasrc/view/cbi_addsnat.htm deleted file mode 100644 index 28bb22d40..000000000 --- a/applications/luci-firewall/luasrc/view/cbi_addsnat.htm +++ /dev/null @@ -1,65 +0,0 @@ -<% - local fw = require "luci.model.firewall".init() - local nw = require "luci.model.network".init() - local wz = fw:get_zone("wan") - local lz = fw:get_zone("lan") -%> - -
- <% if wz and lz then %> -
- - - - - - - - - - - - - - - - - - - - -
<%:New source NAT%>:
<%:Name%><%:Source zone%><%:Destination zone%><%:To source IP%><%:To source port%>
- - - - - - - - - - - -
- - - <% else %> - - <% end %> -