From b596db70dfe109d3077e0bdaad421a9d86ab3ce7 Mon Sep 17 00:00:00 2001 From: osmiy Date: Fri, 23 Mar 2007 08:52:55 +0000 Subject: - fixed css style git-svn-id: svn://svn.zabbix.com/trunk@3913 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- frontends/php/discovery.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontends/php/discovery.php') diff --git a/frontends/php/discovery.php b/frontends/php/discovery.php index 9bd26aae..3db51ed0 100644 --- a/frontends/php/discovery.php +++ b/frontends/php/discovery.php @@ -80,7 +80,7 @@ include_once "include/page_header.php"; if(DSVC_STATUS_DISABLED == $dservice_data['status']) { - $class = 'disabled'; + $class = 'inactive'; $time = 'lastdown'; } -- cgit