From c2aa6ac165a7f2891fda4092dd9a5e4602804b03 Mon Sep 17 00:00:00 2001 From: Sergey Ponomarev Date: Thu, 31 Aug 2023 12:01:19 +0300 Subject: [PATCH] luci-app-ttyd: Remove unused unspecified option Signed-off-by: Sergey Ponomarev --- .../htdocs/luci-static/resources/view/ttyd/config.js | 1 - 1 file changed, 1 deletion(-) 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'; -- 2.30.2