diff --git a/templates/cmdb/index.html b/templates/cmdb/index.html index ea70464a..7ed1ae1b 100644 --- a/templates/cmdb/index.html +++ b/templates/cmdb/index.html @@ -34,7 +34,7 @@ } else if (data == "2") { - document.getElementById(hostid).style.color="black"; + document.getElementById(hostid).style.color="red"; document.getElementById(hostid).title="Offline"; } });