From cf6c24fa473bf512fd9ad22605943157e9046afa Mon Sep 17 00:00:00 2001 From: 冯诚 Date: Sat, 23 Mar 2024 12:04:29 +0800 Subject: luci-app-ddns: fix Event Network value source MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Event Network value source should be NetworkSelect instead of DeviceSelect Signed-off-by: 冯诚 --- .../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/resources/view/ddns') 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 4a234c269e..3234950cd0 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 @@ -856,7 +856,7 @@ return view.extend({ o.depends("ip_source", "script") o.placeholder = "/path/to/script.sh" - o = s.taboption('advanced', widgets.DeviceSelect, 'interface', + o = s.taboption('advanced', widgets.NetworkSelect, 'interface', _("Event Network"), _("Network on which the ddns-updater scripts will be started")); o.modalonly = true; -- cgit v1.2.3