summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-app-ddns/htdocs
diff options
context:
space:
mode:
author冯诚 <fengcheng@lidig.com>2024-03-23 12:04:29 +0800
committerPaul Donald <itsascambutmailmeanyway+github@gmail.com>2024-04-05 16:09:19 +0200
commitcf6c24fa473bf512fd9ad22605943157e9046afa (patch)
tree6a0e697ab6b220f4ce35384541e0889683f193fd /applications/luci-app-ddns/htdocs
parenta23537749069a6383f24bbca42ab72bb4f4cc893 (diff)
luci-app-ddns: fix Event Network value source
Event Network value source should be NetworkSelect instead of DeviceSelect Signed-off-by: 冯诚 <fengcheng@lidig.com>
Diffstat (limited to 'applications/luci-app-ddns/htdocs')
-rw-r--r--applications/luci-app-ddns/htdocs/luci-static/resources/view/ddns/overview.js2
1 files changed, 1 insertions, 1 deletions
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;