{{ modalTitle }}

@if (!editable) {
{{ 'DESTINATION.CANNOT_EDIT' | translate }}
} @if (createEditDestinationOpened) {
@if ( targetName.errors && targetName.errors.required && (targetName.dirty || targetName.touched) ) { {{ 'DESTINATION.NAME_IS_REQUIRED' | translate }} }
@if ( !( !showEndpointList && targetEndpoint?.errors && targetEndpoint.errors.required && (targetEndpoint.dirty || targetEndpoint.touched) ) && endpointList?.length ) { } @if (endpointList?.length && showEndpointList) {
    @for (endpoint of endpointList; track endpoint) {
  • {{ endpoint.key }}
  • }
} @if ( !showEndpointList && targetEndpoint?.errors && targetEndpoint.errors.required && (targetEndpoint.dirty || targetEndpoint.touched) ) { }
@if ( !showEndpointList && targetEndpoint?.errors && targetEndpoint.errors.required && (targetEndpoint.dirty || targetEndpoint.touched) ) { {{ 'DESTINATION.URL_IS_REQUIRED' | translate }} }
@if (isNormalCredential()) { } @else { }
{{ 'DESTINATION.CA_CERTIFICATE_HELPER' | translate }}
}