@@ -84,5 +84,14 @@ class UpdateForm extends BaseForm implements ClientArea
$field = new Switcher('backup');
$this->addField($field);
}
+
+ logModuleCall(
+ 'proxmoxCloud',
+ __FUNCTION__,
+ $field->getData(),
+ 'Debug',
+ $vm->getHardDisks()
+ );