{{ t('dashboard.doctor.title') }}
{{ t('dashboard.status.health') }} {{ inspectorHealthStatus }}
{{ t('dashboard.status.busy') }} {{ inspectorBusyStatus }}
{{ t('dashboard.status.models') }} {{ inspectorModelLoadStatus }}
{{ healthCheckResult.ok ? t('dashboard.health.ok') : t('dashboard.health.fail') }} ({{ t('dashboard.health.issues', { count: healthCheckResult.issues.length }) }})
{{ issue.problem || (issue.problemKey ? t(issue.problemKey, issue.problemParams) : '') }}
{{ issue.severityLabel || issue.severity }}
{{ issue.impact || (issue.impactKey ? t(issue.impactKey, issue.impactParams) : '') }}