|
@@ -121,6 +121,15 @@ class VmCreateProvider extends BaseModelDataProvider implements ClientArea
|
|
|
}
|
|
}
|
|
|
$this->vmModel = new VmModel();
|
|
$this->vmModel = new VmModel();
|
|
|
$this->fillVmModel();
|
|
$this->fillVmModel();
|
|
|
|
|
+
|
|
|
|
|
+ logModuleCall(
|
|
|
|
|
+ 'proxmoxCloud',
|
|
|
|
|
+ __FUNCTION__,
|
|
|
|
|
+ $this->formData,
|
|
|
|
|
+ 'Debug',
|
|
|
|
|
+ $this->vmModel
|
|
|
|
|
+ );
|
|
|
|
|
+
|
|
|
if($this->vmTemplate instanceof Kvm){
|
|
if($this->vmTemplate instanceof Kvm){
|
|
|
$this->vmModel->data = ['osTemplate'=> $this->vmTemplate->status()['name']];
|
|
$this->vmModel->data = ['osTemplate'=> $this->vmTemplate->status()['name']];
|
|
|
}else{
|
|
}else{
|