luci-app-ttyd: Remove unused unspecified option
authorSergey Ponomarev <stokito@gmail.com>
Thu, 31 Aug 2023 09:01:19 +0000 (12:01 +0300)
committerSergey Ponomarev <stokito@gmail.com>
Thu, 31 Aug 2023 09:01:19 +0000 (12:01 +0300)
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js

index d4c0a57b75a83517e0eca581e9ac9e73ec2b6dab..3ab453a0ab2c3a46627d4c8308a5aa0068217bfa 100644 (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';