summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorSergey Ponomarev <stokito@gmail.com>2023-08-31 12:01:19 +0300
committerSergey Ponomarev <stokito@gmail.com>2023-08-31 12:01:19 +0300
commitc2aa6ac165a7f2891fda4092dd9a5e4602804b03 (patch)
treead767de43b6c92b53baea699a3dc30eb9f7b57f2
parentd0807ec46d46f5620f17519fc8f27135bfe8db93 (diff)
luci-app-ttyd: Remove unused unspecified option
Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
-rw-r--r--applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js b/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js
index d4c0a57b75..3ab453a0ab 100644
--- a/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js
+++ b/applications/luci-app-ttyd/htdocs/luci-static/resources/view/ttyd/config.js
@@ -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';