@if (config && config.useScroll) { } @if (config && !config.useScroll) { } {{ t('Alert status') }} @switch (config.state) { @case ('up') { {{ t('Up') }} } @case ('down') { {{ t('Down') }} } @case ('unreachable') { {{ t('Unreachable') }} } } {{ t('Period: Last') }} {{ config.not_older_than }} @switch (config.not_older_than_unit) { @case ('MINUTE') { {{ t('minute(s)') }} } @case ('HOUR') { {{ t('hour(s)') }} } @case ('DAY') { {{ t('day(s)') }} } }
@for (hostAlert of hostAlerts.all_notifications; track $index) { }
{{ t('State') }} {{ t('Host') }} {{ t('Last date') }} {{ t('Count') }}
@if (PermissionsService.hasPermissionObservable(['notifications', 'index'])|async) { {{ hostAlert.Host.hostname }} } @else { {{ hostAlert.Host.name }} } {{ hostAlert.NotificationHost.start_time }} {{ hostAlert.count }}
{{ t('Host status') }}
{{ t('Not older than interval') }}
  • {{ t('minutes') }}
  • {{ t('hours') }}
  • {{ t('days') }}