luci-app-ttyd: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
d0807ec46d
commit
c2aa6ac165
1 changed files with 0 additions and 1 deletions
|
@ -23,7 +23,6 @@ return view.extend({
|
|||
|
||||
o = s.option(widgets.DeviceSelect, 'interface', _('Interface'), _('Network interface to bind (eg: eth0), or UNIX domain socket path (eg: /var/run/ttyd.sock)'));
|
||||
o.nocreate = true;
|
||||
o.unspecified = true;
|
||||
|
||||
o = s.option(form.Value, 'credential', _('Credential'), _('Credential for Basic Authentication'));
|
||||
o.placeholder = 'username:password';
|
||||
|
|
Loading…
Reference in a new issue