mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-05 18:20:37 +01:00
Disable endpont input fot docker-hub and helm-hub
Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
parent
343af79337
commit
499d50ff2e
@ -38,6 +38,7 @@ const FAKE_PASSWORD = "rjGcfuRu";
|
||||
const FAKE_JSON_KEY = "No Change";
|
||||
const METADATA_URL = CURRENT_BASE_HREF + "/replication/adapterinfos";
|
||||
const HELM_HUB = "helm-hub";
|
||||
const FIXED_PATTERN_TYPE: string = "EndpointPatternTypeFix";
|
||||
@Component({
|
||||
selector: "hbr-create-edit-endpoint",
|
||||
templateUrl: "./create-edit-endpoint.component.html",
|
||||
@ -271,6 +272,9 @@ export class CreateEditEndpointComponent
|
||||
if (this.endpointList.length === 1) {
|
||||
this.target.url = this.endpointList[0].value;
|
||||
}
|
||||
if (this.adapterInfo[selectValue].endpoint_pattern.endpoint_type === FIXED_PATTERN_TYPE) {
|
||||
this.urlDisabled = true;
|
||||
}
|
||||
} else {
|
||||
this.endpointList = [];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user