@if (health) {

{{ { diskSpace: 'Espaço em disco', mail: 'Email', livenessState: 'Liveness state', readinessState: 'Readiness state', ping: 'Application', db: 'Base de dados' }[health.key] || health.key }}

}
@if (health) {
Properties
@for (healthDetail of health.value.details! | keyvalue; track healthDetail.key) { }
Name Value
{{ healthDetail.key }} {{ readableValue(healthDetail.value) }}
}