From 9acbd00155245f2a5d00f1e0560c32d226ea69a7 Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 7 Apr 2025 20:16:04 +0200 Subject: [PATCH] luci-app-ttyd: enable includeips for interface selection Signed-off-by: Paul Donald --- .../htdocs/luci-static/resources/view/ttyd/config.js | 1 + 1 file changed, 1 insertion(+) 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 84d7d3fa85..114b33b3c6 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 @@ -27,6 +27,7 @@ return view.extend({ o = s.option(widgets.DeviceSelect, 'interface', _('Interface'), _('Network interface to bind (eg: eth0)')); o.depends('unix_sock', '0'); o.nocreate = true; + o.includeips = true; o = s.option(form.Value, '_unix_sock_path', _('UNIX socket path'), _('UNIX domain socket path (eg: /var/run/ttyd.sock)')); o.depends('unix_sock', '1'); -- 2.30.2