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;}