{{ t('External Systems') }} {{ t('Overview') }}
{{ t('Filter') }}
@if (!externalSystems) { } @if (externalSystems) { @for (externalSystem of externalSystems.externalSystems; track externalSystem) { }
{{ t('Name') }} {{ t('Description') }} {{ t('Container') }} {{ t('Connectivity') }}
@if (externalSystem.allowEdit) { {{ externalSystem.name }} } @else { {{ externalSystem.name }} } {{ externalSystem.name }} {{ externalSystem.description }} {{ externalSystem.container }} @if (externalSystem.connected.status) { {{ t('ONLINE') }} } @if (!externalSystem.connected.status) { {{ t('OFFLINE') }} } @if (externalSystem.allowEdit) { {{ t('Edit') }} } {{ t('Changelog') }}
  • @if (externalSystem.allowEdit) { {{ t('Delete') }} }
    } @if (externalSystems && externalSystems.externalSystems.length === 0) { } @if (externalSystems) {
    }