Add link to admin agents page from admin dashboard
This commit is contained in:
parent
183f2a89ac
commit
6a66203e48
1 changed files with 15 additions and 0 deletions
|
|
@ -72,6 +72,21 @@
|
|||
Open Monitoring →
|
||||
</.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-server" class="w-5 h-5 inline mr-1" /> All Agents
|
||||
</h2>
|
||||
<p class="text-sm text-gray-600 dark:text-gray-400 mb-4">
|
||||
Agents across all organizations and cloud pollers
|
||||
</p>
|
||||
<.link
|
||||
navigate={~p"/admin/agents"}
|
||||
class="text-blue-600 dark:text-blue-400 hover:underline text-sm"
|
||||
>
|
||||
View all agents →
|
||||
</.link>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="bg-white dark:bg-gray-800/50 rounded-lg border border-gray-200 dark:border-white/10">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue