mirror of
https://github.com/openwrt/luci.git
synced 2026-05-31 10:31:55 +08:00
luci-app-ddns: add rmempty for interface
ddns-scripts's hotplug script need "interface" value, so keep it in ddns config file Signed-off-by: Andy Chiang <AndyChiang_git@outlook.com>
This commit is contained in:
@@ -879,6 +879,7 @@ return view.extend({
|
||||
o.modalonly = true;
|
||||
o.multiple = false;
|
||||
o.default = 'wan';
|
||||
o.rmempty = false;
|
||||
o.depends("ip_source", "web");
|
||||
o.depends("ip_source", "script");
|
||||
o.depends("ip_source", "interface");
|
||||
|
||||
Reference in New Issue
Block a user