From: Paul Donald Date: Mon, 10 Nov 2025 20:30:36 +0000 (+0100) Subject: luci-app-chrony: let 'allow' sections 'interface' choose multiple entries X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=2e22430442557ebd552ed2961091020ffa983366;p=project%2Fluci.git luci-app-chrony: let 'allow' sections 'interface' choose multiple entries chrony init script parses multiple entries correctly. Signed-off-by: Paul Donald --- diff --git a/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js b/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js index fbd123ec8c..8fc4f4b311 100644 --- a/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js +++ b/applications/luci-app-chrony/htdocs/luci-static/resources/view/chrony.js @@ -36,6 +36,7 @@ return view.extend({ _('Choose IP ranges from this interface to set them as allowed ranges.') + '
' + _('Choose a wan interface to allow from all IPs.') + '
' + _('Additional firewall configuration is required if you intend wan access.')); + o.multiple = true; o.nocreate = true; o.rmempty = false;