{{ t('Auto Maps') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!automaps) { } @if (automaps) { @for (automap of automaps.all_automaps; track automap) { }
{{ t('Name') }} {{ t('Description') }} {{ t('Host RegEx') }} {{ t('Host group RegEx') }} {{ t('Service RegEx') }} {{ t('Status filters') }} {{ t('Recursive container') }}
@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') }} }
    } @if (automaps && automaps.all_automaps.length === 0) { } @if (automaps && automaps.all_automaps) {
    } @if (automaps) { }