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 +