summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-03-11 13:16:52 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-03-11 13:16:52 +0000
commit629691194e3c17429cb89d50d8a7a27acfc8b1a9 (patch)
tree0889e27e9ce837fd470fe5d6ec0778cfb7b8e75f /frontends/php/queue.php
parent39fa29dfb8545b9f5e8d7527b5a42f33d89e6e94 (diff)
downloadzabbix-629691194e3c17429cb89d50d8a7a27acfc8b1a9.tar.gz
zabbix-629691194e3c17429cb89d50d8a7a27acfc8b1a9.tar.xz
zabbix-629691194e3c17429cb89d50d8a7a27acfc8b1a9.zip
- added EOL character to make HTML source more readable (Alexei)
- added new column "severity" to history of alarms (Alexei) - status of triggers. If Select is used, no refresh (Alexei) - support for MIN algorithm for IT Services (Alexei) - support for timeticks for SNMP values. Thanks to Daniel Ester. (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@711 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index 67d6f6f8..4544c523 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -37,7 +37,8 @@
echo "<td>".date("m.d.Y H:i:s",$row["nextcheck"])."</td>";
echo "<td>".$row["host"]."</td>";
echo "<td>".$row["description"]."</td>";
- echo "</tr>";
+ echo "</tr>";
+ cr();
}
echo "</table>";
?>