0}
role="alert"
aria-live="polite"
>
{at("health_title", {}, "Проблемы конфигурации")}
{#if isDashboard}
healthStore.loadHealth({ refresh: true })}
disabled={healthLoading}
>
{at("health_refresh", {}, "Проверить снова")}
{/if}
{#each visibleAlerts as alert (alert.id)}
-
{alertText(alert)}
{#if isDashboard && (alert.sections || []).length}
{#each alert.sections as sectionId (sectionId)}
{/each}
{/if}
{/each}
{/if}