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");