From 06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Sun, 8 Jul 2001 15:44:10 +0000 Subject: Color attribute added to each parameter of graph. git-svn-id: svn://svn.zabbix.com/trunk@132 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/items.html | 9 --------- 1 file changed, 9 deletions(-) (limited to 'frontends/php/items.html') diff --git a/frontends/php/items.html b/frontends/php/items.html index 0dfc1af4..e9dad0a7 100644 --- a/frontends/php/items.html +++ b/frontends/php/items.html @@ -106,10 +106,6 @@ cr(); echo "Status"; cr(); - echo "Lastdelete"; - cr(); - echo "Nextcheck"; - cr(); echo "Actions"; cr(); echo ""; @@ -137,8 +133,6 @@ $lastclock=date("y/m/d H:i:s",DBget_field($result,$i,9)); $itemid_=DBget_field($result,$i,2); $status=DBget_field($result,$i,9); - $lastdelete=date("y/m/d H:i:s",DBget_field($result,$i,10)); - $nextcheck=date("y/m/d H:i:s",DBget_field($result,$i,11)); echo "$host"; echo "$key"; echo "$description"; @@ -156,9 +150,6 @@ else echo "$status Unknown"; echo ""; - echo "$lastdelete"; - echo "$nextcheck"; - if(isset($hostid_)) { echo "Change"; -- cgit