From fdb83ce0555487a4ba076aa40f9a1a4886259f22 Mon Sep 17 00:00:00 2001 From: NOYB Date: Mon, 8 Feb 2016 02:12:47 -0800 Subject: Firewall / Rules - Page Efficiency Upgrade 1) Only load the rules of the selected interface instead of loading all the rules of all interfaces and hiding them. Very inefficient and can result in sluggishness. Especially with large number of rules and/or large alias tables. 1.1) Rule separators indexed to their position within their interface so they work with only loading the selected interface rules. 2) Supports consecutive separators. 3) Fixes #5559 - horizontal scrollbar when no rules to display (all hidden). No longer hiding rules. 4) Corrects case where a single rule defined on any interface would prevent the alert messages from being displayed on all interfaces. --- src/conf.default/config.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/conf.default') diff --git a/src/conf.default/config.xml b/src/conf.default/config.xml index d09cd06..f77bd89 100644 --- a/src/conf.default/config.xml +++ b/src/conf.default/config.xml @@ -1,6 +1,6 @@ - 14.2 + 14.3 normal -- cgit v1.1