summaryrefslogtreecommitdiffstats
path: root/frontends/php/discovery.php
diff options
context:
space:
mode:
Diffstat (limited to 'frontends/php/discovery.php')
-rw-r--r--frontends/php/discovery.php2
1 files changed, 1 insertions, 1 deletions
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';
}