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