Add Error Tracker link to admin dashboard
This commit is contained in:
parent
f5f98ce00b
commit
b7e2fb497c
2 changed files with 16 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
/nix/store/4xlkmdd947h5qlhj2rmbyavq08grkz27-pre-commit-config.json
|
||||
/nix/store/zx636v118rzzqzwafgrw2aybh7l0szrl-pre-commit-config.json
|
||||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue