From f93cfd467fffb3980011fa33b056078d3f8b04ef Mon Sep 17 00:00:00 2001 From: logicog Date: Wed, 29 Oct 2025 15:34:19 +0100 Subject: [PATCH] Use better css elsewhere --- html/eee.html | 6 +++--- html/vlan.html | 2 +- html/vlan.js | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/html/eee.html b/html/eee.html index 5e2eb5e..d7c78c8 100644 --- a/html/eee.html +++ b/html/eee.html @@ -3,7 +3,7 @@ - FreeSwitchOS Port Statistics + EEE Configuration @@ -15,8 +15,8 @@ Port 2.5G 1G 100M 2.5G 1G 100M Active?
- - + +
diff --git a/html/vlan.html b/html/vlan.html index 27a40d1..8bc66f9 100644 --- a/html/vlan.html +++ b/html/vlan.html @@ -25,7 +25,7 @@

Untagged Ports

-
+
diff --git a/html/vlan.js b/html/vlan.js index 4377173..a6b0f9b 100644 --- a/html/vlan.js +++ b/html/vlan.js @@ -13,7 +13,7 @@ function vlanForm() { l.innerHTML = "" + i; l.classList.add("cbgroup"); const inp = document.createElement("input"); - inp.type = "checkbox"; + inp.type = "checkbox"; inp.setAttribute("class","psel"); inp.id = "tport" + i; inp.setAttribute('onclick', `setC("u", ${i}, false);`); const o = document.createElement("img");