Add Error Tracker link to admin dashboard

This commit is contained in:
Graham McIntire 2026-02-17 10:37:31 -06:00
parent f5f98ce00b
commit b7e2fb497c
No known key found for this signature in database
2 changed files with 16 additions and 1 deletions

View file

@ -1 +1 @@
/nix/store/4xlkmdd947h5qlhj2rmbyavq08grkz27-pre-commit-config.json
/nix/store/zx636v118rzzqzwafgrw2aybh7l0szrl-pre-commit-config.json

View file

@ -60,6 +60,21 @@
</.link>
</div>
<div class="bg-white dark:bg-gray-800/50 rounded-lg border border-gray-200 dark:border-white/10 p-6">
<h2 class="text-lg font-semibold text-gray-900 dark:text-white mb-2">
<.icon name="hero-bug-ant" class="w-5 h-5 inline mr-1" /> Exceptions
</h2>
<p class="text-sm text-gray-600 dark:text-gray-400 mb-4">
{t("Tracked errors and exceptions")}
</p>
<.link
navigate={~p"/admin/errors"}
class="text-blue-600 dark:text-blue-400 hover:underline text-sm"
>
Open Error Tracker →
</.link>
</div>
<div class="bg-white dark:bg-gray-800/50 rounded-lg border border-gray-200 dark:border-white/10 p-6">
<h2 class="text-lg font-semibold text-gray-900 dark:text-white mb-2">
<.icon name="hero-cpu-chip" class="w-5 h-5 inline mr-1" /> Job Monitoring