Skip to content

Commit

Permalink
fix js color
Browse files Browse the repository at this point in the history
  • Loading branch information
guohongze committed Apr 17, 2019
1 parent 6fb048d commit 21a1801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/cmdb/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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";
}
});
Expand Down

0 comments on commit 21a1801

Please sign in to comment.