refactor: update modal z-index for improved visibility and enhance alert deletion confirmation with additional messaging and logging; ensure fallback for user data in diagnostics card
This commit is contained in:
@@ -67,15 +67,15 @@
|
||||
</div>
|
||||
{/if}
|
||||
|
||||
<!-- Diagnóstico de Configuração -->
|
||||
<div class="mb-6">
|
||||
{#if !hasError}
|
||||
<AlertDiagnosticsCard />
|
||||
{/if}
|
||||
</div>
|
||||
|
||||
<!-- Card de Monitoramento -->
|
||||
{#if !hasError}
|
||||
<SystemMonitorCardLocal />
|
||||
{/if}
|
||||
|
||||
<!-- Diagnóstico de Configuração -->
|
||||
<div class="mb-6 mt-6">
|
||||
{#if !hasError}
|
||||
<AlertDiagnosticsCard />
|
||||
{/if}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user