From f879f49aafc3e2ae6a754c19ef1ee3b915c3b99a Mon Sep 17 00:00:00 2001 From: hugetoad Date: Fri, 6 Jan 2006 15:46:06 +0000 Subject: Frontend improvements. git-svn-id: svn://svn.zabbix.com/trunk@2495 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 a1eb11f8..b3ef00b7 100644 --- a/frontends/php/hosts.php +++ b/frontends/php/hosts.php @@ -507,9 +507,9 @@ if(check_right("Host","U",$row["hostid"])) { if($row["status"] == HOST_STATUS_MONITORED) - $status=array("value"=>"".S_MONITORED."","class"=>"off"); + $status=array("value"=>"".S_MONITORED."","class"=>"off"); else if($row["status"] == HOST_STATUS_NOT_MONITORED) - $status=array("value"=>"".S_NOT_MONITORED."","class"=>"on"); + $status=array("value"=>"".S_NOT_MONITORED."","class"=>"on"); // else if($row["status"] == 2) // $status=array("value"=>S_UNREACHABLE,"class"=>"unknown"); else if($row["status"] == HOST_STATUS_TEMPLATE) @@ -554,7 +554,7 @@ { if($row["status"] != HOST_STATUS_DELETED) { - $actions="".S_CHANGE.""; + $actions="".S_CHANGE.""; /* if(isset($_REQUEST["groupid"])) { $actions="".S_CHANGE.""; -- cgit