mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Tell user they can monitor the filter reload status when applying the rules.
This commit is contained in:
parent
a906e195b8
commit
4739bd06e2
@ -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.";
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user