@if (serviceBrowserConfig) { }
{{ t('Service') }} {{ t('state history') }}
{{ t('Filter') }}
{{ t('States') }}
{{ t('State Types') }}
@if (!servicestatehistories) { } @if (servicestatehistories) { @for (statehistory of servicestatehistories.servicestatehistory; track statehistory) { }
{{ 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 }}
} @if (servicestatehistories && servicestatehistories.servicestatehistory.length === 0) { } @if (servicestatehistories) { }