diff options
Diffstat (limited to 'frontends/php/map.php')
| -rw-r--r-- | frontends/php/map.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/map.php b/frontends/php/map.php index 4f0888ec..f88e7565 100644 --- a/frontends/php/map.php +++ b/frontends/php/map.php @@ -200,7 +200,7 @@ include_once "include/page_header.php"; $label_line=$host["ip"]; if( $host["status"] == HOST_STATUS_NOT_MONITORED ) - $label_color=$darkred; + $label_color = $gray; } if($label_line=="" && $info_line=="") continue; |
