UI show sections work + icons work

This commit is contained in:
Jokob-sk
2024-04-01 11:48:17 +11:00
parent f85466e1d6
commit a672070ff0
14 changed files with 1208 additions and 1183 deletions

View File

@@ -576,7 +576,7 @@ function initializeDatatable (status) {
{targets: [mapIndx(3)],
'createdCell': function (td, cellData, rowData, row, col) {
if (!emptyArr.includes(cellData)){
$(td).html ('<i class="fa fa-'+cellData+' " style="font-size:16px"></i>');
$(td).html (cellData);
} else {
$(td).html ('');
}