fix(name): fixed namespace creation issue when a registry attached. (#5675)
parent
5752e74be6
commit
cbeb13636c
|
@ -20,7 +20,7 @@ class KubernetesSummaryController {
|
||||||
$scope.$watch(
|
$scope.$watch(
|
||||||
'$ctrl.formValues',
|
'$ctrl.formValues',
|
||||||
(formValues) => {
|
(formValues) => {
|
||||||
this.state.resources = this.generateResourceSummaryList(formValues);
|
this.state.resources = this.generateResourceSummaryList(angular.copy(formValues));
|
||||||
},
|
},
|
||||||
true
|
true
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue