mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix status page of gateways to show gateways with monitoring disabled as up.
This commit is contained in:
parent
33c06ef791
commit
db07cc25af
@ -109,6 +109,9 @@ include("head.inc");
|
||||
$online = gettext("Online");
|
||||
$bgcolor = "lightgreen";
|
||||
}
|
||||
} else if (isset($gateway['monitor_disable'])) {
|
||||
$online = gettext("Online");
|
||||
$bgcolor = "lightgreen";
|
||||
} else {
|
||||
$online = gettext("Gathering data");
|
||||
$bgcolor = "lightgray";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user