summaryrefslogtreecommitdiffstats
path: root/frontends/php/queue.php
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-22 10:53:16 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2003-11-22 10:53:16 +0000
commit6c68c976be9e2da1b4592d5eec5e0f55df0e7971 (patch)
tree48ad4ca1a929a7ea84730f2d63a436cff0141150 /frontends/php/queue.php
parent49e6adf6cfaaac6806a24978f85f703b405caf93 (diff)
downloadzabbix-6c68c976be9e2da1b4592d5eec5e0f55df0e7971.tar.gz
zabbix-6c68c976be9e2da1b4592d5eec5e0f55df0e7971.tar.xz
zabbix-6c68c976be9e2da1b4592d5eec5e0f55df0e7971.zip
- fixed add services (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@1054 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/queue.php')
-rw-r--r--frontends/php/queue.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/php/queue.php b/frontends/php/queue.php
index 91c144d0..690561fa 100644
--- a/frontends/php/queue.php
+++ b/frontends/php/queue.php
@@ -60,6 +60,12 @@
echo "</tr>";
cr();
}
+ if(DBnum_rows($result)==0)
+ {
+ echo "<TR BGCOLOR=#EEEEEE>";
+ echo "<TD COLSPAN=3 ALIGN=CENTER>-The queue is empty-</TD>";
+ echo "<TR>";
+ }
echo "</table>";
?>
<?php