From 0f7e91af0c4c338f836c1b266cb76c0856521985 Mon Sep 17 00:00:00 2001 From: Graham McIntie Date: Sat, 14 Feb 2026 14:03:49 -0600 Subject: [PATCH] ui: remove Agents from top-level nav, accessible via org settings tab --- lib/towerops_web/components/layouts.ex | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index f3512066..21b2af67 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -254,12 +254,6 @@ defmodule ToweropsWeb.Layouts do > Activity - <.nav_link - navigate={~p"/agents"} - active={@active_page == "agents"} - > - Agents - <.nav_link navigate={~p"/help"} active={@active_page == "help"} @@ -447,12 +441,6 @@ defmodule ToweropsWeb.Layouts do > <.icon name="hero-clock" class="size-5" /> Activity - <.mobile_nav_link - navigate={~p"/agents"} - active={@active_page == "agents"} - > - <.icon name="hero-cpu-chip" class="size-5" /> Agents -