mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
fix~
This commit is contained in:
parent
f8363bdf47
commit
d7f8e7934f
697 changed files with 37 additions and 100 deletions
0
luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/tools/firewall.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/custom.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/forwards.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/rules.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js
Executable file → Normal file
0
luci-app-firewall/htdocs/luci-static/resources/view/firewall/snats.js
Executable file → Normal file
10
luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
Executable file → Normal file
10
luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js
Executable file → Normal file
|
@ -145,14 +145,14 @@ return view.extend({
|
|||
|
||||
o = s.taboption('general', form.Flag, 'masq', _('Masquerading'));
|
||||
o.editable = true;
|
||||
o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone'));
|
||||
|
||||
o = s.taboption('general', form.Flag, 'fullcone', _('Full Cone'));
|
||||
o.editable = true;
|
||||
o.depends('masq', '1');
|
||||
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamp'));
|
||||
o.modalonly = true;
|
||||
o.depends('masq', '1');
|
||||
|
||||
o = s.taboption('general', form.Flag, 'mtu_fix', _('MSS clamping'));
|
||||
o.modalonly = true;
|
||||
|
||||
|
||||
o = s.taboption('general', widgets.NetworkSelect, 'network', _('Covered networks'));
|
||||
o.modalonly = true;
|
||||
o.multiple = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue