From 9ec14b778571a5dabf90d7b04a6fdc64050cc28b Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 13 Jan 2026 13:14:23 -0600 Subject: [PATCH] Add Agents navigation link to authenticated layout --- lib/towerops_web/components/layouts.ex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/towerops_web/components/layouts.ex b/lib/towerops_web/components/layouts.ex index b263eaa6..0ce601ae 100644 --- a/lib/towerops_web/components/layouts.ex +++ b/lib/towerops_web/components/layouts.ex @@ -161,6 +161,12 @@ defmodule ToweropsWeb.Layouts do > Alerts + <.nav_link + navigate={~p"/orgs/#{@current_organization.slug}/agents"} + active={@active_page == "agents"} + > + Agents +