{{ t('Service groups') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!servicegroups.all_servicegroups) { } @if (servicegroups) { @for (servicegroup of servicegroups.all_servicegroups; track servicegroup) { }
{{ t('Service group name') }} {{ t('Description') }}
@if (( PermissionsService.hasPermissionObservable(['servicegroups', 'delete'])|async ) || ( PermissionsService.hasPermissionObservable(['servicegroups', 'copy'])|async )) { } {{ servicegroup.container.name }} {{ servicegroup.container.name }} {{ servicegroup.description }} {{ t('Edit') }} {{ t('Changelog') }} {{ t('Extended view') }} {{ t('Used By') }}
  • {{ t('Copy') }}
  • {{ t('Delete') }}
    } @if (servicegroups && servicegroups.all_servicegroups && servicegroups.all_servicegroups.length === 0) { } @if (servicegroups && servicegroups.all_servicegroups) {
    } @if (servicegroups) { }