From b7e2fb497cfa93542fffff9a4757fe6947e3326c Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 17 Feb 2026 10:37:31 -0600 Subject: [PATCH] Add Error Tracker link to admin dashboard --- .pre-commit-config.yaml | 2 +- .../live/admin/dashboard_live.html.heex | 15 +++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3498c83d..173daa95 120000 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1 +1 @@ -/nix/store/4xlkmdd947h5qlhj2rmbyavq08grkz27-pre-commit-config.json \ No newline at end of file +/nix/store/zx636v118rzzqzwafgrw2aybh7l0szrl-pre-commit-config.json \ No newline at end of file diff --git a/lib/towerops_web/live/admin/dashboard_live.html.heex b/lib/towerops_web/live/admin/dashboard_live.html.heex index 2e1aeee4..5d3b7780 100644 --- a/lib/towerops_web/live/admin/dashboard_live.html.heex +++ b/lib/towerops_web/live/admin/dashboard_live.html.heex @@ -60,6 +60,21 @@ +
+

+ <.icon name="hero-bug-ant" class="w-5 h-5 inline mr-1" /> Exceptions +

+

+ {t("Tracked errors and exceptions")} +

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

<.icon name="hero-cpu-chip" class="w-5 h-5 inline mr-1" /> Job Monitoring