mirror of
https://github.com/jokob-sk/NetAlertX.git
synced 2025-12-07 09:36:05 -08:00
UI show sections work + icons work
This commit is contained in:
@@ -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 ('');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user