From 6a66203e48f018cb16f9fd750442238b03f79a73 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Feb 2026 11:04:55 -0600 Subject: [PATCH] Add link to admin agents page from admin dashboard --- .../live/admin/dashboard_live.html.heex | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/towerops_web/live/admin/dashboard_live.html.heex b/lib/towerops_web/live/admin/dashboard_live.html.heex index a63effa9..789c7b4e 100644 --- a/lib/towerops_web/live/admin/dashboard_live.html.heex +++ b/lib/towerops_web/live/admin/dashboard_live.html.heex @@ -72,6 +72,21 @@ Open Monitoring → + +
+

+ <.icon name="hero-server" class="w-5 h-5 inline mr-1" /> All Agents +

+

+ Agents across all organizations and cloud pollers +

+ <.link + navigate={~p"/admin/agents"} + class="text-blue-600 dark:text-blue-400 hover:underline text-sm" + > + View all agents → + +