manual nmap scan

a little less PHP/POST and a little more JS. the nmap scan now also works via the presence page
This commit is contained in:
leiweibau
2022-06-28 23:04:14 +02:00
parent 334eea8592
commit 169d69251c
3 changed files with 11 additions and 4 deletions

View File

@@ -222,7 +222,7 @@ function initializeDatatable () {
// Device Name
{targets: [0],
'createdCell': function (td, cellData, rowData, row, col) {
$(td).html ('<b><a href="deviceDetails.php?mac='+ rowData[10] +'&lastip='+ rowData[7] +'" class="">'+ cellData +'</a></b>');
$(td).html ('<b><a href="deviceDetails.php?mac='+ rowData[10] +'" class="">'+ cellData +'</a></b>');
} },
// Favorite