mirror of
https://github.com/portainer/portainer.git
synced 2025-07-26 08:49:41 +02:00
fix(name): fixed namespace creation issue when a registry attached. (#5675)
This commit is contained in:
parent
5752e74be6
commit
cbeb13636c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue