summaryrefslogtreecommitdiffstats
path: root/frontends/php/report2.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-29 19:53:23 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-29 19:53:23 +0000
commit047a776c63ececa1ac4bfe13819fd84ef7ddafc1 (patch)
tree9384a55fc336c402b7562ba7bc726afb1365cfca /frontends/php/report2.php
parent3453cea86dcbac113253d71d63612b838e5eaaef (diff)
downloadzabbix-047a776c63ececa1ac4bfe13819fd84ef7ddafc1.tar.gz
zabbix-047a776c63ececa1ac4bfe13819fd84ef7ddafc1.tar.xz
zabbix-047a776c63ececa1ac4bfe13819fd84ef7ddafc1.zip
Cosmetic changes.
git-svn-id: svn://svn.zabbix.com/trunk@1069 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/report2.php')
-rw-r--r--frontends/php/report2.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/frontends/php/report2.php b/frontends/php/report2.php
index 84a20159..d79b4104 100644
--- a/frontends/php/report2.php
+++ b/frontends/php/report2.php
@@ -104,12 +104,12 @@
// echo "<TD>".explode_exp($row["expression"],1)."</TD>";
$availability=calculate_availability($row["triggerid"],0,0);
- echo "<TD>";
+ echo "<TD><font color=\"AA0000\">";
printf("%.4f%%",$availability["true"]);
- echo "</TD>";
- echo "<TD>";
+ echo "</font></TD>";
+ echo "<TD><font color=\"00AA00\">";
printf("%.4f%%",$availability["false"]);
- echo "</TD>";
+ echo "</font></TD>";
echo "<TD>";
printf("%.4f%%",$availability["unknown"]);
echo "</TD>";