diff --git a/CHANGELOG.txt b/CHANGELOG.txt index 725298f3..2fe71864 100644 --- a/CHANGELOG.txt +++ b/CHANGELOG.txt @@ -1,3 +1,9 @@ +2026-03-25 +ui: hide weathermap navigation links + - Commented out weathermap navigation in sidebar and mobile menu + - Feature not ready for production use yet + Files: lib/towerops_web/components/layouts.ex + 2026-03-25 ui: hide neighbors tab when SNMP is disabled - Neighbors tab (LLDP/CDP discovery) now only shows when device has SNMP enabled diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index 842de4c6..2794e0b2 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -382,12 +382,12 @@ defmodule ToweropsWeb.Layouts do icon="hero-map" label={t("Network Map")} /> - <.sidebar_link + <%!-- <.sidebar_link navigate={~p"/weathermap"} active={@active_page == "weathermap"} icon="hero-signal" label={t("Weathermap")} - /> + /> --%>
<.icon name="hero-map" class="size-5" /> {t("Network Map")} - <.mobile_nav_link navigate={~p"/weathermap"} active={@active_page == "weathermap"}> + <%!-- <.mobile_nav_link navigate={~p"/weathermap"} active={@active_page == "weathermap"}> <.icon name="hero-signal" class="size-5" /> {t("Weathermap")} - + --%>