From: Sergey Ponomarev Date: Thu, 31 Aug 2023 09:01:19 +0000 (+0300) Subject: luci-app-ttyd: Remove unused unspecified option X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=c2aa6ac165a7f2891fda4092dd9a5e4602804b03;p=project%2Fluci.git luci-app-ttyd: Remove unused unspecified option Signed-off-by: Sergey Ponomarev --- 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';