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