mirror of
https://git.openwrt.org/project/luci.git
synced 2025-12-20 08:49:59 +08:00
luci-app-chrony: let 'allow' sections 'interface' choose multiple entries
Some checks failed
LuCI repo CodeQL Analysis / Analyze JavaScript and JSON (javascript-typescript) (push) Has been cancelled
Some checks failed
LuCI repo CodeQL Analysis / Analyze JavaScript and JSON (javascript-typescript) (push) Has been cancelled
chrony init script parses multiple entries correctly. Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
@@ -36,6 +36,7 @@ return view.extend({
|
||||
_('Choose IP ranges from this interface to set them as allowed ranges.') + '<br/>' +
|
||||
_('Choose a wan interface to allow from all IPs.') + '<br/>' +
|
||||
_('Additional firewall configuration is required if you intend wan access.'));
|
||||
o.multiple = true;
|
||||
o.nocreate = true;
|
||||
o.rmempty = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user