Thème
Superviseur — Frontend v0.14.0
Superviseur — Frontend / features/status/panel-health.utils / SystemFaultDescriptor
Interface: SystemFaultDescriptor
Défini dans: features/status/panel-health.utils.ts:13
Descripteur d'un indicateur de santé système d'une centrale.
Propriétés
| Propriété | Type | Description | Défini dans |
|---|---|---|---|
key | string | Clé i18n courte sous systemHealth.indicators.*. | features/status/panel-health.utils.ts:15 |
detailsKey | string | Clé i18n du détail (tooltip) sous status.systemAlerts.*.details. | features/status/panel-health.utils.ts:17 |
icon | string | Nom d'icône BaseIcon. | features/status/panel-health.utils.ts:19 |
severity | FaultSeverity | Sévérité visuelle quand l'indicateur est en défaut. | features/status/panel-health.utils.ts:21 |
active | boolean | Indique si le défaut est actuellement actif. | features/status/panel-health.utils.ts:23 |
ack? | AckStatus | État d'acquittement du défaut. | features/status/panel-health.utils.ts:25 |