luci-mod-system: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
c2aa6ac165
commit
038fdd9fbc
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ return view.extend({
|
|||
|
||||
o = s.option(widgets.NetworkSelect, 'Interface', _('Interface'), _('Listen only on the given interface or, if unspecified, on all'));
|
||||
o.nocreate = true;
|
||||
o.unspecified = true;
|
||||
|
||||
o = s.option(form.Value, 'Port', _('Port'));
|
||||
o.datatype = 'port';
|
||||
|
|
Loading…
Reference in a new issue