{{ 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 }} | }
|
|
{{ t("health.worker") }}: {{ t("health.workers." + worker.key) }} | {{ t( "health.statuses." + (worker.started ? "started" : "inactive") ) }} | @if (health.result.status === "down") {} |