Browse Source

change test to slider for disk create

andre 4 years ago
parent
commit
966f6d009a
1 changed files with 1 additions and 2 deletions
  1. 1 2
      app/UI/Disk/Forms/UpdateForm.php

+ 1 - 2
app/UI/Disk/Forms/UpdateForm.php

@@ -58,12 +58,11 @@ class UpdateForm extends BaseForm implements ClientArea
         $this->resourceManager = new ResourceManager();
 
         $vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
-        $hdd = $vm->findHardDiskById($this->formData['id']);
 
         logModuleCall(
             'proxmoxCloud',
             __FUNCTION__,
-            $hdd,
+            $this->formData,
             'Debug',
             $vm->getHardDisks()
         );