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