luci-app-ttyd: Remove unused unspecified option

Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
Sergey Ponomarev 2023-08-31 12:01:19 +03:00
parent d0807ec46d
commit c2aa6ac165

View file

@ -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';