|
|
@if (( PermissionsService.hasPermissionObservable(['EventcorrelationModule', 'eventcorrelations', 'view'])|async ) && evcHost.hasViewPermission) {
{{ evcHost.Host.name }}
} @else {
{{ evcHost.Host.name }}
}
@if (evcHost.Host.disabled) {
{{ t('DISABLED') }}
}
|
{{ evcHost.Host.description }} |
@if (evcHost.hasWritePermission) {
{{ t('Edit Correlation') }}
}
@if (evcHost.hasWritePermission) {
{{ t('Edit host') }}
}
@if (evcHost.hasWritePermission) {
}
{{ t('Used by') }}
@if (evcHost.hasWritePermission) {
}
{{ t('View') }}
{{ t('Summary view') }}
{{ t('Download as PDF') }}
@if (evcHost.hasWritePermission) {
}
@if (evcHost.hasWritePermission) {
{{ t('Delete') }}
}
|
}