Import From Registry

Registry @for (option of registryClientOptions; track option.value) { @if (option.description) { {{ option.text }} } @else { {{ option.text }} } } @if (supportsBranching) { Branch @for (option of branchOptions; track option.value) { {{ option.text }} } @if (importFromRegistryForm.controls['branch'].hasError('required')) { No branches available } } Bucket @for (option of bucketOptions; track option.value) { @if (option.description) { {{ option.text }} } @else { {{ option.text }} } } @if (importFromRegistryForm.controls['bucket'].hasError('required')) { No buckets available } Flow @for (option of flowOptions; track option.value) { @if (option.description) { {{ option.text }} } @else { {{ option.text }} } } @if (importFromRegistryForm.controls['flow'].hasError('required')) { No flows available }
Keep existing Parameter Contexts
Flow Description
{{ selectedFlowDescription || 'No description provided' }}
@if (loadingVersions()) {
} @else if (loadingVersionsError()) {
Something went wrong
{{ loadingVersionsError() }}
} @else {
Version
{{ item.version }}
Created {{ formatTimestamp(item) }} Comments
{{ item.comments }}
}
@let saving = (saving$ | async)!;