We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 944b603 commit aab1e8aCopy full SHA for aab1e8a
ui/src/views/compute/ScaleKubernetesCluster.vue
@@ -124,7 +124,6 @@ export default {
124
},
125
created () {
126
this.originalSize = !this.isObjectEmpty(this.resource) ? this.resource.size : 1
127
- this.form.size = this.originalSize
128
if (!this.isObjectEmpty(this.resource)) {
129
this.originalSize = this.resource.size
130
if (this.apiParams.autoscalingenabled) {
0 commit comments