summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--frontends/php/css.css4
-rw-r--r--frontends/php/discovery.php2
2 files changed, 3 insertions, 3 deletions
diff --git a/frontends/php/css.css b/frontends/php/css.css
index 9751acd2..bbc0731f 100644
--- a/frontends/php/css.css
+++ b/frontends/php/css.css
@@ -367,8 +367,8 @@ table.tableinfo tr:hover td.normal { background-color: #AAD9AA; border: 1px #AA
table.tableinfo tr td.active { background-color: #AADDAA; border: 1px #AADDAA solid; }
table.tableinfo tr:hover td.active { background-color: #AAD9AA; border: 1px #AAD9AA solid; }
-table.tableinfo tr td.disabled { background-color: #FF8888; border: 1px #FF8888 solid; }
-table.tableinfo tr:hover td.disabled { background-color: #FA8388; border: 1px #FA8388 solid; }
+table.tableinfo tr td.inactive { background-color: #FF8888; border: 1px #FF8888 solid; }
+table.tableinfo tr:hover td.inactive { background-color: #FA8388; border: 1px #FA8388 solid; }
/****** HEADER *********/
table.header
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';
}