From 952a05bef085325923c141e15b0fb88aaf5262ee Mon Sep 17 00:00:00 2001 From: sasha Date: Fri, 1 Aug 2008 15:22:18 +0000 Subject: - [DEV-195] added support of source ip address git-svn-id: svn://svn.zabbix.com/trunk@5864 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/map.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/map.php') 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; -- cgit