devices status badge #428 work

This commit is contained in:
Jokob-sk
2023-09-11 08:07:28 +10:00
parent 5169ac32a1
commit af41eed26c

View File

@@ -426,7 +426,7 @@ function initializeDatatable () {
default: color='aqua'; break;
};
$(td).html ('<a href="deviceDetails.php?mac='+ rowData[10] +'" class="badge bg-'+ color +'">'+ cellData.replace('-', '') +'</a>');
$(td).html ('<a href="deviceDetails.php?mac='+ rowData[mapIndx(11)] +'" class="badge bg-'+ color +'">'+ cellData.replace('-', '') +'</a>');
} },
],