|
@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 }} |
@if (automap.show_ok) {
{{ t('O') }}
}
@if (automap.show_warning) {
{{ t('W') }}
}
@if (automap.show_critical) {
{{ t('C') }}
}
@if (automap.show_unknown) {
{{ t('U') }}
}
@if (automap.show_acknowledged) {
}
@if (automap.show_downtime) {
}
|
@if (!automap.recursive) {
{{ t('Disabled') }}
}
@if (automap.recursive) {
{{ t('Enabled') }}
}
|
@if (automap.allow_edit) {
{{ t('Edit') }}
}
{{ t('View') }}
{{ t('Copy') }}
@if (automap.allow_edit) {
}
@if (automap.allow_edit) {
{{ t('Delete') }}
}
|
}