@for (node of nodes; track node.fNodeId; ) { } @for (connection of connections(); track connection.id) { }
{{ t('Node information') }}
@if (currentNodeForModal) { @if (currentNodeForModal.node.containertype_id === ContainerTypesEnum.CT_TENANT) {
} @if (currentNodeForModal.node.containertype_id === ContainerTypesEnum.CT_LOCATION) {
} @if (currentNodeForModal.node.containertype_id === ContainerTypesEnum.CT_NODE) {
}
{{ t('Determines if the host and service status of all sub-containers will be shown.') }}
}