@@ -45,6 +45,7 @@ <h6 *ngIf="!noEndpoint"><b>{{'EndpointNew.currentSelection'|translate}}:</b>&nbs
45
45
< clr-dg-column [clrDgField] ="'name' "> {{'CommonlyUse.name'| translate}}</ clr-dg-column >
46
46
< clr-dg-column > {{'CommonlyUse.description'| translate}}</ clr-dg-column >
47
47
< clr-dg-column > {{'CommonlyUse.type'| translate}}</ clr-dg-column >
48
+ < clr-dg-column > {{'NewCluster.namespace'| translate}}</ clr-dg-column >
48
49
< clr-dg-column > {{'CommonlyUse.creationTime'| translate}}</ clr-dg-column >
49
50
< clr-dg-column > {{'EndpointMg.infraName'|translate}}</ clr-dg-column >
50
51
< clr-dg-column > {{'EndpointMg.endpointURL'|translate}}</ clr-dg-column >
@@ -53,6 +54,7 @@ <h6 *ngIf="!noEndpoint"><b>{{'EndpointNew.currentSelection'|translate}}:</b>&nbs
53
54
< clr-dg-cell > {{endpoint?.name}}</ clr-dg-cell >
54
55
< clr-dg-cell > {{endpoint?.description}}</ clr-dg-cell >
55
56
< clr-dg-cell > {{endpoint?.type}}</ clr-dg-cell >
57
+ < clr-dg-cell > {{endpoint?.namespace}}</ clr-dg-cell >
56
58
< clr-dg-cell > {{endpoint?.created_at | date : "medium"}}</ clr-dg-cell >
57
59
< clr-dg-cell > {{endpoint?.infra_provider_name}}</ clr-dg-cell >
58
60
< clr-dg-cell > {{endpoint?.kubefate_host}}</ clr-dg-cell >
@@ -91,6 +93,8 @@ <h6 *ngIf="!noEndpoint"><b>{{'EndpointNew.currentSelection'|translate}}:</b>&nbs
91
93
< clr-input-container class ="no-warp ">
92
94
< label > {{'NewCluster.namespace'|translate}}</ label >
93
95
< input clrInput Placeholder ="Default: fate-exchange " formControlName ="namespace "
96
+ [disabled] ="setNamespaceDisabled "
97
+ [class] ="{disabled: setNamespaceDisabled} "
94
98
(ngModelChange) ="selectChange($event) " />
95
99
</ clr-input-container >
96
100
< button clrStepButton ="next "> {{'CommonlyUse.next'| translate}}</ button >
0 commit comments