css fixes, nav menu update, searchable devParentNodeMac
Some checks failed
Deploy MkDocs / deploy (push) Has been cancelled
Code checks / check-url-paths (push) Has been cancelled
docker / docker_dev (push) Has been cancelled

This commit is contained in:
jokob-sk
2025-08-06 09:15:45 +10:00
parent f9179a1e89
commit 4712a2ff29
5 changed files with 52 additions and 44 deletions

View File

@@ -902,7 +902,7 @@ function initializeDatatable (status) {
// Parent Mac
{targets: [mapIndx(14)],
'createdCell': function (td, cellData, rowData, row, col) {
if (!cellData) {
if (!isValidMac(cellData)) {
$(td).html('');
return;
}