@if (hostBrowserConfig) { }
{{ t('Host') }} {{ t('state history') }}
{{ t('Filter') }}
{{ t('States') }}
{{ t('State Types') }}
@if (!hoststatehistories) { } @if (hoststatehistories) { @for (statehistory of hoststatehistories.hoststatehistory; track statehistory) { }
{{ t('State') }} {{ t('Date') }} {{ t('Check attempt') }} {{ t('State type') }} {{ t('Host 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 }}
} @if (hoststatehistories && hoststatehistories.hoststatehistory.length === 0) { } @if (hoststatehistories) { }