diff options
| author | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-07-08 15:44:10 +0000 |
|---|---|---|
| committer | hugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082> | 2001-07-08 15:44:10 +0000 |
| commit | 06b0209984cd7d65fdd4ed5ffeb965f7e894f6c7 (patch) | |
| tree | 39449be83e3fb3b99f81897e2478a1857427dd96 /frontends/php/items.html | |
| parent | ade87bab8d26dd4a23a1e96e9e13ae3158999696 (diff) | |
Color attribute added to each parameter of graph.
git-svn-id: svn://svn.zabbix.com/trunk@132 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'frontends/php/items.html')
| -rw-r--r-- | frontends/php/items.html | 9 |
1 files changed, 0 insertions, 9 deletions
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 "<TD WIDTH=\"5%\" NOSAVE><B>Status</B></TD>"; cr(); - echo "<TD WIDTH=\"5%\" NOSAVE><B>Lastdelete</B></TD>"; - cr(); - echo "<TD WIDTH=\"5%\" NOSAVE><B>Nextcheck</B></TD>"; - cr(); echo "<TD WIDTH=\"5%\" NOSAVE><B>Actions</B></TD>"; cr(); echo "</TR>"; @@ -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 "<TD>$host</TD>"; echo "<TD>$key</TD>"; echo "<TD>$description</TD>"; @@ -156,9 +150,6 @@ else echo "<TD ALIGN=CENTER><B>$status</B> Unknown</TD>"; echo "</td>"; - echo "<TD>$lastdelete</TD>"; - echo "<TD>$nextcheck</TD>"; - if(isset($hostid_)) { echo "<TD><A HREF=\"items.html?hostid=$hostid_&itemid=$itemid_#form\">Change</A></TD>"; |
