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

Changed ECCS2 tables background colors

parent 2eca1499
No related branches found
No related tags found
No related merge requests found
......@@ -97,13 +97,13 @@ $(document).ready(function() {
],
"rowCallback": function( row, data, index ) {
if (data.status == "ERROR") {
$('td', row).css('background-color', 'Red');
$('td', row).css('background-color', '#EA4335');
}
if (data.status == "DISABLE") {
$('td', row).css('background-color', 'Grey');
if (data.status == "DISABLED") {
$('td', row).css('background-color', '#FFFFFF');
}
if (data.status == "OK") {
$('td', row).css('background-color', 'Green');
$('td', row).css('background-color', '#34A853');
}
},
"order": [[1, 'asc']]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment