From e87f5ebd4db58b76543980eb24a4efe044003e59 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 11 Jan 2006 14:38:49 +0000 Subject: Frontend improvements. git-svn-id: svn://svn.zabbix.com/trunk@2515 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/hosts.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'frontends/php/hosts.php') diff --git a/frontends/php/hosts.php b/frontends/php/hosts.php index 3c10cdc3..2b5e506d 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -368,7 +368,7 @@ { echo "
"; show_table_header(S_HOST_GROUPS_BIG); - $table = new Ctable(S_NO_HOST_GROUPS_DEFINED); + $table = new CTableInfo(S_NO_HOST_GROUPS_DEFINED); $table->setHeader(array(S_ID,S_NAME,S_MEMBERS,S_ACTIONS)); $result=DBselect("select groupid,name from groups order by name"); @@ -413,7 +413,7 @@ setHeader(array(S_HOST,S_TEMPLATE,S_ITEMS,S_TRIGGERS,S_GRAPHS,S_ACTIONS)); $result=DBselect("select * from hosts_templates where hostid=".$_REQUEST["hostid"]); @@ -482,7 +482,7 @@ ?> setHeader(array(S_ID,S_HOST,S_IP,S_PORT,S_STATUS,S_AVAILABILITY,S_ERROR,S_ACTIONS)); $table->setAfterHeader("
"); -- cgit