summaryrefslogtreecommitdiffstats
path: root/frontends
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-27 09:20:36 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-02-27 09:20:36 +0000
commit2c7c2e828d2b7d935e9f994495d369bd9e01eda9 (patch)
tree93fce96ff4eaf2b8d491ca2bd1d80da9edebe842 /frontends
parente1acb753ed60de360d78018c4f3845603696655f (diff)
downloadzabbix-2c7c2e828d2b7d935e9f994495d369bd9e01eda9.tar.gz
zabbix-2c7c2e828d2b7d935e9f994495d369bd9e01eda9.tar.xz
zabbix-2c7c2e828d2b7d935e9f994495d369bd9e01eda9.zip
- in maps: Title: label+hostname
git-svn-id: svn://svn.zabbix.com/trunk@1683 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends')
-rw-r--r--frontends/php/include/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/include/config.inc.php b/frontends/php/include/config.inc.php
index 3d0b90ae..ae90ef96 100644
--- a/frontends/php/include/config.inc.php
+++ b/frontends/php/include/config.inc.php
@@ -4561,7 +4561,7 @@ echo "</head>";
{
$url="tr_status.php?hostid=$hostid&noactions=true&onlytrue=true&compact=true";
}
- $map=$map."\n<area shape=rect coords=$x,$y,".($x+$sizex).",".($y+$sizey)." href=\"$url\" alt=\"$host\">";
+ $map=$map."\n<area shape=rect coords=$x,$y,".($x+$sizex).",".($y+$sizey)." href=\"$url\" alt=\"Host: $host Label: $label\">";
}
/* if(function_exists("imagecreatetruecolor")&&@imagecreatetruecolor(1,1))