css hover box #724
Some checks are pending
Code checks / check-url-paths (push) Waiting to run
docker / docker_dev (push) Waiting to run
Deploy MkDocs / deploy (push) Waiting to run

This commit is contained in:
jokob-sk
2025-07-14 20:42:12 +10:00
parent 46cd4887a3
commit c80e6d3474
5 changed files with 110 additions and 4 deletions

View File

@@ -689,6 +689,9 @@ function reverseTransformers(val, transformers) {
mac = val // value is mac
val = `${getDevDataByMac(mac, "devName")}`
break;
case "deviceRelType":
val = val; // nothing to do
break;
default:
console.warn(`Unknown transformer: ${transformer}`);
}