{{
{
diskSpace: 'Espaço em disco',
mail: 'Email',
livenessState: 'Liveness state',
readinessState: 'Readiness state',
ping: 'Application',
db: 'Base de dados'
}[componentHealth.key] || componentHealth.key
}}
|
{{
{ UNKNOWN: 'UNKNOWN', UP: 'UP', OUT_OF_SERVICE: 'OUT_OF_SERVICE', DOWN: 'DOWN' }[
componentHealth.value?.status ?? 'UNKNOWN'
]
}}
|
@if (componentHealth.value!.details) {
}
|
}