fix: splits monitor widget types to complete and active

This commit is contained in:
2025-06-01 14:32:15 -05:00
parent b17313c8fb
commit 08d28d9a4f
4 changed files with 45 additions and 10 deletions

View File

@@ -16,7 +16,7 @@
</div>
<div class="flex flex-row gap-4">
<twig:Card title="Monitors" class="w-full">
<twig:MonitorList />
<twig:MonitorList :type="'active'" :isWidget="true" />
</twig:Card>
</div>
<div class="flex flex-col gap-4">