From: Jo-Philipp Wich Date: Wed, 21 Aug 2019 10:12:12 +0000 (+0200) Subject: luci-app-firewall: filter alias interfaces in zone device selection X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42bc712e2c2f3f5081aebbf13bde51159bf0dab0;p=oweals%2Fluci.git luci-app-firewall: filter alias interfaces in zone device selection Signed-off-by: Jo-Philipp Wich --- diff --git a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js index 62b792da1..dc34e84d5 100644 --- a/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js +++ b/applications/luci-app-firewall/htdocs/luci-static/resources/view/firewall/zones.js @@ -172,6 +172,7 @@ return L.view.extend({ o = s.taboption('advanced', widgets.DeviceSelect, 'device', _('Covered devices'), _('Use this option to classify zone traffic by raw, non-uci managed network devices.')); o.modalonly = true; + o.noaliases = true; o.multiple = true; o = s.taboption('advanced', form.DynamicList, 'subnet', _('Covered subnets'), _('Use this option to classify zone traffic by source or destination subnet instead of networks or devices.'));