luci-app-travelmate: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
2093f1f832
commit
d0807ec46d
2 changed files with 0 additions and 3 deletions
|
@ -321,7 +321,6 @@ return view.extend({
|
||||||
|
|
||||||
o = s.taboption('general', widgets.NetworkSelect, 'trm_vpnifacelist', _('Limit VPN processing'), _('Limit VPN processing to certain interfaces.'));
|
o = s.taboption('general', widgets.NetworkSelect, 'trm_vpnifacelist', _('Limit VPN processing'), _('Limit VPN processing to certain interfaces.'));
|
||||||
o.depends('trm_vpn', '1');
|
o.depends('trm_vpn', '1');
|
||||||
o.unspecified = true;
|
|
||||||
o.multiple = true;
|
o.multiple = true;
|
||||||
o.nocreate = true;
|
o.nocreate = true;
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
|
|
|
@ -557,7 +557,6 @@ return view.extend({
|
||||||
o.ucisection = 'uplink';
|
o.ucisection = 'uplink';
|
||||||
o.ucioption = 'macaddr';
|
o.ucioption = 'macaddr';
|
||||||
o.nocreate = false;
|
o.nocreate = false;
|
||||||
o.unspecified = true;
|
|
||||||
o.rmempty = true;
|
o.rmempty = true;
|
||||||
o.datatype = 'macaddr';
|
o.datatype = 'macaddr';
|
||||||
o.cfgvalue = function (section_id) {
|
o.cfgvalue = function (section_id) {
|
||||||
|
@ -699,7 +698,6 @@ return view.extend({
|
||||||
}
|
}
|
||||||
|
|
||||||
o = s.taboption('vpn', widgets.NetworkSelect, '_vpniface', _('VPN Interface'), _('The logical vpn network interface like \'wg0\'.'));
|
o = s.taboption('vpn', widgets.NetworkSelect, '_vpniface', _('VPN Interface'), _('The logical vpn network interface like \'wg0\'.'));
|
||||||
o.unspecified = false;
|
|
||||||
o.nocreate = true;
|
o.nocreate = true;
|
||||||
o.optional = true;
|
o.optional = true;
|
||||||
o.modalonly = true;
|
o.modalonly = true;
|
||||||
|
|
Loading…
Reference in a new issue