@if (( PermissionsService.hasPermissionObservable(['automaps', 'delete'])|async ) || ( PermissionsService.hasPermissionObservable(['automaps', 'copy'])|async )) {
}
|
@if (this.PermissionsService.hasPermissionObservable(['automaps', 'view'])|async) {
{{ automap.name }}
} @else {
{{ automap.name }}
}
|
{{ automap.description }} |
{{ automap.host_regex }} |
{{ automap.hostgroup_regex }} |
{{ automap.service_regex }} |
{{ t('O') }}
{{ t('W') }}
{{ t('C') }}
{{ t('U') }}
|
{{ t('Disabled') }}
{{ t('Enabled') }}
|
{{ t('Edit') }}
{{ t('View') }}
{{ t('Copy') }}
{{ t('Delete') }}
|