@@ -32,5 +32,4 @@ class UpdateButton extends ButtonDataTableModalAction implements ClientArea
$this->initIds('updateDiskButton');
$this->initLoadModalAction(new UpdateModal());
}
-
@@ -58,7 +58,7 @@ class UpdateForm extends BaseForm implements ClientArea
$this->resourceManager = new ResourceManager();
$vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
- $hdd = $vm->findHardDiskById($this->getRequestValue('actionElementId'));
+// $hdd = $vm->findHardDiskById($this->getRequestValue('actionElementId'));
logModuleCall(
'proxmoxCloud',