diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2006-04-02 06:54:47 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2006-04-02 06:54:47 +0000 |
commit | 4739bd06e23d669bd3202eae08c18dea925eca49 (patch) | |
tree | a0a269eafedb1315bf4be434ba59080a5ac1f89f /usr | |
parent | a906e195b876251a2025ac5ab903d74ff8729589 (diff) | |
download | pfsense-4739bd06e23d669bd3202eae08c18dea925eca49.zip pfsense-4739bd06e23d669bd3202eae08c18dea925eca49.tar.gz |
Tell user they can monitor the filter reload status when applying the rules.
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/firewall_rules.php | 2 | ||||
-rwxr-xr-x | usr/local/www/guiconfig.inc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/firewall_rules.php b/usr/local/www/firewall_rules.php index 58ac151..8c02d56 100755 --- a/usr/local/www/firewall_rules.php +++ b/usr/local/www/firewall_rules.php @@ -85,7 +85,7 @@ if ($_POST) { if (file_exists($d_filterconfdirty_path)) unlink($d_filterconfdirty_path); - $savemsg = "The settings have been applied. The firewall rules are now reloading in the background."; + $savemsg = "The settings have been applied. The firewall rules are now reloading in the background. You can also <a href='status_filter_reload.php'>monitor</a> the reload progress."; } } diff --git a/usr/local/www/guiconfig.inc b/usr/local/www/guiconfig.inc index 15f3ea3..056d2ee 100755 --- a/usr/local/www/guiconfig.inc +++ b/usr/local/www/guiconfig.inc @@ -252,7 +252,7 @@ function format_bytes($bytes) { function get_std_save_message($ok) { global $d_sysrebootreqd_path; - return "The changes have been applied successfully."; + return "The changes have been applied successfully. You can also <a href='status_filter_reload.php'>monitor</a> the filter reload progress."; } function pprint_address($adr) { |