From 629691194e3c17429cb89d50d8a7a27acfc8b1a9 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 11 Mar 2003 13:16:52 +0000 Subject: - 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 --- frontends/php/queue.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'frontends/php/queue.php') 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 "".date("m.d.Y H:i:s",$row["nextcheck"]).""; echo "".$row["host"].""; echo "".$row["description"].""; - echo ""; + echo ""; + cr(); } echo ""; ?> -- cgit