mirror of
https://github.com/openwrt/luci
synced 2025-01-09 04:28:37 +08:00
luci-app-ddns: fix Event Network value source
Event Network value source should be NetworkSelect instead of DeviceSelect Signed-off-by: 冯诚 <fengcheng@lidig.com>
This commit is contained in:
parent
a235377490
commit
cf6c24fa47
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user