rename last_emailing to rappels_rdv

This commit is contained in:
2021-01-22 16:44:32 +01:00
parent b3fb088d9f
commit af2315bad2
8 changed files with 132 additions and 15 deletions

View File

@@ -85,7 +85,7 @@
},
},
],
"createdRow": function( row, data, dataIndex ){
createdRow: function( row, data, dataIndex ){
if ( data[6] == "Humidité" ) {
$('td', row).eq(6).css('background-color', 'Crimson').css('color', 'white');
}