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

chrony init script parses multiple entries correctly.

Signed-off-by: Paul Donald <newtwen+github@gmail.com>
This commit is contained in:
Paul Donald
2025-11-10 21:30:36 +01:00
parent e6b02ef1e4
commit 2e22430442

View File

@@ -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;