summaryrefslogtreecommitdiffstats
path: root/frontends/php/sysmap.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-16 20:25:50 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2004-09-16 20:25:50 +0000
commit140d7a7de72b6a69f9b08e7f09e794b2765c2804 (patch)
tree4e96002628be213a0af0bf18254984e540e0eb16 /frontends/php/sysmap.php
parent6e3f49e2f74f219768745695167b50c523ca4130 (diff)
downloadzabbix-140d7a7de72b6a69f9b08e7f09e794b2765c2804.tar.gz
zabbix-140d7a7de72b6a69f9b08e7f09e794b2765c2804.tar.xz
zabbix-140d7a7de72b6a69f9b08e7f09e794b2765c2804.zip
- added table audit (Alexei)
- added audit.php (Alexei) - new default port numbers for agent and trapper, 10050 and 10051 (Alexei) - better internal coding standard for ZABBIX agent (Alexei) - added support for md5sum for files less than 64M (Alexei) - added include md5.c and md5.h (Alexei) - remove trends.php, trend.php (Alexei) - remove compare.php, chart3.php (Alexei) - show trigger dependencies in list of configuration of triggers (Alexei) - make Zabbix reset nextcheck for items when updating or adding a trigger (Alexei) - minimum value of PingerFrequency changed to 1 (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@1423 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/sysmap.php')
-rw-r--r--frontends/php/sysmap.php6
1 files changed, 4 insertions, 2 deletions
diff --git a/frontends/php/sysmap.php b/frontends/php/sysmap.php
index f3c45a9f..e17fce12 100644
--- a/frontends/php/sysmap.php
+++ b/frontends/php/sysmap.php
@@ -114,7 +114,8 @@
echo "</TABLE>";
show_table_header("DISPLAYED HOSTS");
- echo "<TABLE BORDER=0 COLS=4 align=center WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>";
+ echo "<TABLE BORDER=0 COLS=4 align=center WIDTH=100% BGCOLOR=\"#AAAAAA\" cellspacing=1 cellpadding=3>";
+ echo "<TR BGCOLOR=\"#CCCCCC\">";
echo "<TD WIDTH=10% NOSAVE><B>Host</B></TD>";
echo "<TD><B>Label</B></TD>";
echo "<TD WIDTH=5% NOSAVE><B>X</B></TD>";
@@ -159,7 +160,8 @@
<?php
show_table_header("CONNECTORS");
- echo "<TABLE BORDER=0 COLS=4 align=center WIDTH=100% BGCOLOR=\"#CCCCCC\" cellspacing=1 cellpadding=3>";
+ echo "<TABLE BORDER=0 COLS=4 align=center WIDTH=100% BGCOLOR=\"#AAAAAA\" cellspacing=1 cellpadding=3>";
+ echo "<TR BGCOLOR=\"#CCCCCC\">";
echo "<TD WIDTH=10% NOSAVE><B>Host 1</B></TD>";
echo "<TD WIDTH=10% NOSAVE><B>Host 2</B></TD>";
echo "<TD><B>Link status indicator</B></TD>";