From df1cd62518a5b9abd38ff9226941dc9031835b16 Mon Sep 17 00:00:00 2001 From: logicog Date: Sat, 18 Oct 2025 09:55:09 +0200 Subject: [PATCH] Add EEE style and navigation --- html/navigation.js | 2 +- html/style.css | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/html/navigation.js b/html/navigation.js index dc92450..92366c2 100644 --- a/html/navigation.js +++ b/html/navigation.js @@ -4,6 +4,6 @@ document.getElementById('sidebar').innerHTML = + "
  • VLAN
  • " + "
  • Mirroring
  • " + "
  • Port Aggregation
  • " - + "
  • Mirroring
  • " + + "
  • EEE
  • " + "
  • Firmware Update
  • "; diff --git a/html/style.css b/html/style.css index 40a0203..0805ce9 100644 --- a/html/style.css +++ b/html/style.css @@ -69,3 +69,8 @@ object { .cbgroup label { display: block; } + +.disabled{ opacity: .4; background-color: #f88; color: #000} +.isSFP{ opacity: .4; background-color: #660;} +.isNOK{ color: #900;} +.isOK{ color: #090;}