luci-app-chrony: let 'allow' sections 'interface' choose multiple entries
authorPaul Donald <[email protected]>
Mon, 10 Nov 2025 20:30:36 +0000 (21:30 +0100)
committerPaul Donald <[email protected]>
Mon, 10 Nov 2025 20:54:04 +0000 (21:54 +0100)
chrony init script parses multiple entries correctly.

Signed-off-by: Paul Donald <[email protected]>
applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js

index fbd123ec8cef036e9e675ed28b02e2b8bcf2aed5..8fc4f4b31109914c57433c58073b96cbe7a44efd 100644 (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;