{{ t('Container') }}
{{ t('Containers') }} {{ t('details') }}
{{ t('Containers map') }}
{{ container.name }} {{ t('Tenant') }} {{ t('Location') }} {{ t('Node') }} @for (details of objectDetails; track $index) { @if (hasChildElementsForObjectDetails(container.childsElements, details)) { } }
{{ details.label }} @for (element of this.getChildElementsByTypeAsIterator(container.childsElements, details); track $index) {
@if (PermissionsService.hasPermissionObservable(details.rights)|async) { {{ element.value }} } @else { {{ element.value }} }
}
{{ t('Container has no child elements') }}