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
-{@user_count}
@@ -27,6 +27,38 @@ View all organizations →+ Monitor background jobs and queues +
+ <.link + navigate={~p"/admin/oban"} + class="text-blue-600 dark:text-blue-400 hover:underline text-sm" + > + Open Oban → + ++ System metrics and performance +
+ <.link + navigate={~p"/admin/dashboard"} + class="text-blue-600 dark:text-blue-400 hover:underline text-sm" + > + Open Dashboard → + +