{{ t("health.check_failed_with_error") }}: {{ health.result.error }}
} @else {| {{ t("health.component") }} | {{ t("general.status") }} | @if (health.result.status === "down") {{{ t("general.error") }} | }|
|---|---|---|---|
|
|
{{ t("health.components." + check.key) }} | {{ t("health.statuses." + check.status) }} | @if (health.result.status === "down") {{{ check.error }} | }