Add tooltips

This commit is contained in:
logicog
2025-12-17 06:43:28 +01:00
parent 519c224dd2
commit 12db61faf7
2 changed files with 45 additions and 3 deletions
+1 -1
View File
@@ -36,7 +36,6 @@ function drawPorts() {
l.id="port" + (i+1);
f.appendChild(d);
}
console.log("DRAWING DONE ");
}
function update() {
@@ -92,6 +91,7 @@ function update() {
tt.innerHTML += "RX-Power = " + (Number(p.sfp_rxpower) / 10.0).toFixed(0) + "mW<br>";
console.log(tt.innerHTML);
}
iHTML += "</table>";
}
}
}