{{ t('Host groups') }} {{ t('overview') }}
{{ t('Filter') }}
@if (!hostgroups) { } @if (hostgroups) { @for (hostgroup of hostgroups.all_hostgroups; track hostgroup) { }
{{ t('Host group name') }} {{ t('Description') }}
@if (( PermissionsService.hasPermissionObservable(['hostgroups', 'delete'])|async ) || ( PermissionsService.hasPermissionObservable(['hostgroups', 'copy'])|async )) { } {{ hostgroup.container.name }} {{ hostgroup.container.name }} @if (PermissionsService.hasModuleObservable('SLAModule')|async) { @if (hostgroup.hasSLAHosts) { {{ t('SLA') }} } } @if (PermissionsService.hasModuleObservable('ImportModule')|async) { @if (hostgroup.additionalInformationExists) { {{ t('CMDB') }} } } {{ hostgroup.description }} {{ t('Edit') }} {{ t('Changelog') }} {{ t('Extended view') }} @if (PermissionsService.hasModuleObservable('SLAModule')|async) { @if (hostgroup.hasSLAHosts) { {{ t('SLA Status Overview') }} } } @if (PermissionsService.hasModuleObservable('ImportModule')|async) { @if (hostgroup.additionalInformationExists) { {{ t('CMDB') }} } } {{ t('Used By') }}
  • {{ t('Copy') }}
  • {{ t('Delete') }}
    } @if (hostgroups && hostgroups.all_hostgroups.length === 0) { } @if (hostgroups && hostgroups.all_hostgroups) {
    } @if (hostgroups) { }