{{ t('Imported host groups') }} {{ t('Overview') }}
@if (externalSystems.length > 0) {
    @for (externalSystem of externalSystems; track externalSystem) {
  • }
}
@if (externalSystems.length === 0) { {{ t('No supported external systems defined') }} }
{{ t('Filter') }}
{{ t('Already synchronized') }}
@if (!allImportedGroups) { } @if (importedhostgroups) { @for (importedhostgroup of importedhostgroups; track importedhostgroup) { }
{{ t('Name') }} {{ t('Description') }} {{ t('Import date') }} {{ t('Last modified') }}
{{ importedhostgroup.name }} @if (importedhostgroup.imported !== 1) { {{ t('NEW') }} } @if (importedhostgroup.imported === 1) { {{ t('In monitoring') }} {{ t('In monitoring') }} } {{ importedhostgroup.description }} {{ importedhostgroup.created }} {{ importedhostgroup.modified }} @if (importedhostgroup.allowView) { {{ t('View') }} } {{ t('Changelog') }}
  • @if (importedhostgroup.allowEdit) { {{ t('Delete') }} }
    } @if (importedhostgroups && importedhostgroups.length === 0) { } @if (importedhostgroups) {
    }