@if (evcHost) {
{{ t('Host') }} »{{ evcHost.name }}« {{ t('is used by') }} {{ total }} {{ t('event correlations.') }}
@if (usedBy) { @for (host of usedBy; track host) { }
{{ t('Event correlation name') }} {{ t('Description') }}
@if (( PermissionsService.hasPermissionObservable(['EventcorrelationModule', 'eventcorrelations', 'view'])|async ) && host.EvcHosts.hasViewPermission) { {{ host.EvcHosts.name }} } @else { {{ host.EvcHosts.name }} } {{ host.EvcHosts.description }} @if (host.EvcHosts.hasWritePermission) { {{ t('Edit Correlation') }} } @if (host.EvcHosts.hasWritePermission) { {{ t('Edit host') }} } @if (host.EvcHosts.hasViewPermission) {
  • } {{ t('Used by') }} @if (host.EvcHosts.hasViewPermission) {
  • } {{ t('View') }} {{ t('Summary view') }}
  • {{ t('Download as PDF') }}
  • @if (host.EvcHosts.hasWritePermission) {
  • } @if (host.EvcHosts.hasWritePermission) { {{ t('Delete') }} }
    } @if (total === 0) { {{ t('This event correlation is not used by other event correlations') }} }
    }