summaryrefslogtreecommitdiffstats
path: root/frontends/php/srv_status.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-07-20 18:15:21 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-07-20 18:15:21 +0000
commitedb44e0293222987bcbaf6409c021c767c6faeec (patch)
treebaee5dd84d6b408971e24c1ba72e6ec6bb2411bb /frontends/php/srv_status.php
parent960f15d24df774d5853ad8e8cbcaf81f0c61d56d (diff)
downloadzabbix-edb44e0293222987bcbaf6409c021c767c6faeec.tar.gz
zabbix-edb44e0293222987bcbaf6409c021c767c6faeec.tar.xz
zabbix-edb44e0293222987bcbaf6409c021c767c6faeec.zip
- support for changing of graph items (Alexei)
- menu will not require more than three lines (Alexei) - fixed dividion by zero in chart2.php (Alexei) - period and start of interval are preserved in full-screen mode (Alexei) - added units in graph legends (Alexei) - table-like legend for user graphs (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@853 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/srv_status.php')
-rw-r--r--frontends/php/srv_status.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontends/php/srv_status.php b/frontends/php/srv_status.php
index 8e18f4fd..8956480e 100644
--- a/frontends/php/srv_status.php
+++ b/frontends/php/srv_status.php
@@ -32,7 +32,7 @@
echo "<td width=10%><b>Status</b></td>";
echo "<td><b>Reason</b></td>";
echo "<td width=20%><b>SLA (last 7 days)</b></td>";
- echo "<td width=10% align=center><b>Planned/current<BR>SLA</b></td>";
+ echo "<td width=10% align=center><b>Planned/current&nbsp;SLA</b></td>";
echo "<td width=5%><b>Graph</b></td>";
echo "</tr>";
echo "\n";