From 6bdd90fd97e89f8e5eaa447ebed694c83fa5cb52 Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Sun, 1 Feb 2026 12:37:50 -0600 Subject: [PATCH] add admin links --- .../live/admin/dashboard_live.html.heex | 34 ++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) diff --git a/lib/towerops_web/live/admin/dashboard_live.html.heex b/lib/towerops_web/live/admin/dashboard_live.html.heex index e4d7aa8a..307f7d22 100644 --- a/lib/towerops_web/live/admin/dashboard_live.html.heex +++ b/lib/towerops_web/live/admin/dashboard_live.html.heex @@ -5,7 +5,7 @@

System overview and recent activity

-
+

Users

{@user_count}

@@ -27,6 +27,38 @@ View all organizations →
+ +
+

+ <.icon name="hero-queue-list" class="w-5 h-5 inline mr-1" /> + Oban Dashboard +

+

+ Monitor background jobs and queues +

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

+ <.icon name="hero-chart-bar" class="w-5 h-5 inline mr-1" /> + LiveDashboard +

+

+ System metrics and performance +

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