From a4a4273ca4297c19d143541155696e15291852d3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Wed, 7 Jun 2023 23:26:46 +0200 Subject: luci-app-ddns: use proper widget for `bind_network` option It appears as if the option is supposed to refer to a logical network, not a firewall zone. Adjust the widget type accordingly. Fixes: #6405 Signed-off-by: Jo-Philipp Wich --- .../luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'applications/luci-app-ddns/htdocs/luci-static') diff --git a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js index 1f0b373b3a..c30a3ed083 100644 --- a/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js +++ b/applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js @@ -882,7 +882,7 @@ return view.extend({ }; if (env['has_bindnet']) { - o = s.taboption('advanced', widgets.ZoneSelect, 'bind_network', + o = s.taboption('advanced', widgets.NetworkSelect, 'bind_network', _("Bind Network"), _('OPTIONAL: Network to use for communication') + '
' + -- cgit v1.2.3