@if (config && config.useScroll) { } @if (config && !config.useScroll) { } {{ t('Alert status') }} @switch (config.state) { @case ('ok') { {{ t('Ok') }} } @case ('warning') { {{ t('Warning') }} } @case ('critical') { {{ t('Critical') }} } @case ('unknown') { {{ t('Unknown') }} } } {{ 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 (serviceAlert of servicesAlerts.all_notifications; track $index) { }
{{ t('State') }} {{ t('Host') }} {{ t('Service') }} {{ t('Last date') }} {{ t('Count') }}
{{ serviceAlert.Host.name }} @if (PermissionsService.hasPermissionObservable(['notifications', 'index'])|async) { {{ serviceAlert.Service.servicename }} } @else { {{ serviceAlert.Service.servicename }} } {{ serviceAlert.NotificationService.start_time }} {{ serviceAlert.count }}
{{ t('Service status') }}
{{ t('Not older than interval') }}
  • {{ t('minutes') }}
  • {{ t('hours') }}
  • {{ t('days') }}