From 20fb626cc1282f11ff3adb58edbebac5da84ee3a Mon Sep 17 00:00:00 2001 From: logicog Date: Wed, 4 Mar 2026 20:21:04 +0100 Subject: [PATCH] Make bandwidth control page accessible --- html/navigation.js | 1 + 1 file changed, 1 insertion(+) diff --git a/html/navigation.js b/html/navigation.js index d7f3b80..99a603e 100644 --- a/html/navigation.js +++ b/html/navigation.js @@ -7,5 +7,6 @@ document.getElementById('sidebar').innerHTML = + "
  • Mirroring
  • " + "
  • Link Aggregation
  • " + "
  • EEE
  • " + + "
  • Bandwidth Limits
  • " + "
  • System Settings
  • " + "
  • Firmware Update
  • ";