summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorSteve Beaver <sbeaver@netgate.com>2016-11-21 13:57:56 -0500
committerSteve Beaver <sbeaver@netgate.com>2016-11-21 13:58:41 -0500
commit71b863855e1bdc37b49dae75b824d3db5a1bd089 (patch)
treedc8bca4d841ccf564d27dd617e9aa4cfdae229d5 /src
parent5bf9c6f7add7f84d3aef15c56da89a10a74b59b1 (diff)
downloadpfsense-71b863855e1bdc37b49dae75b824d3db5a1bd089.zip
pfsense-71b863855e1bdc37b49dae75b824d3db5a1bd089.tar.gz
Revise shaper wizards to support multi-line filter_reload_status
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc1
-rw-r--r--src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
index 51b8c57..e5bca7a 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_dedicated.inc
@@ -662,6 +662,7 @@ function step8_stepsubmitphpaction() {
/* And we're no longer dirty! */
clear_subsystem_dirty('shaper');
+ update_filter_reload_status("Initializing", true);
header("Location: status_filter_reload.php");
exit;
}
diff --git a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
index 52ea5f2..9f1b10d 100644
--- a/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
+++ b/src/usr/local/www/wizards/traffic_shaper_wizard_multi_all.inc
@@ -728,6 +728,7 @@ function step8_stepsubmitphpaction() {
/* And we're no longer dirty! */
clear_subsystem_dirty('shaper');
+ update_filter_reload_status("Initializing", true);
header("Location: status_filter_reload.php");
exit;
}
OpenPOWER on IntegriCloud