Skip to content
Snippets Groups Projects
Commit eebf0628 authored by Marco Malavolti's avatar Marco Malavolti
Browse files

Set YELLOW for UNKNOWN

parent 5e04ad27
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ tr.shown td.details-control {
}
#lbl-unknown {
background-color: #AAAAAA;
background-color: #FFDB58;
}
#lbl-disabled {
......
......@@ -342,7 +342,7 @@ $(document).ready(function() {
$('td', row).css('background-color', '#72F81B'); // OLD ECCS
}
if (data.status == "UNKNOWN") {
$('td', row).css('background-color', '#AAAAAA');
$('td', row).css('background-color', '#FFDB58');
}
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment