| {{ t('State') }} | {{ t('Date') }} | {{ t('Check attempt') }} | {{ t('State type') }} | {{ t('Service output') }} |
|---|---|---|---|---|
|
|
{{ statehistory.state_time }} | {{ statehistory.current_check_attempt }}/ {{ statehistory.max_check_attempts }} | @if (statehistory.is_hardstate) { {{ 'Hard' | transloco }} } @if (!statehistory.is_hardstate) { {{ 'Soft' | transloco }} } | {{ statehistory.output }} |