|
|
@@ -215,8 +215,8 @@ class VmUpdateProvider extends VmCreateProvider
|
|
|
$vm->updateConfig(["ciuser" => $this->formData['ciuser']]);
|
|
|
}
|
|
|
if($this->getFormDataValues()['cipassword']){
|
|
|
+ $vm->updateConfig(["cipassword" => $this->formData['cipassword']]);
|
|
|
$this->vmModel->setPassword($this->getFormDataValues()['cipassword']);
|
|
|
-// $vm->updateConfig(["cipassword" => $this->formData['cipassword']]);
|
|
|
}
|
|
|
if($this->configuration()->isCalculateSocketsAndCores()){
|
|
|
$this->calculateSocketsAndCores();
|