mirror of
https://github.com/Ysurac/openmptcprouter-feeds.git
synced 2025-03-09 15:40:03 +00:00
Update zones.js
This commit is contained in:
parent
c99c78c9fa
commit
b3434f85d2
1 changed files with 5 additions and 5 deletions
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