@@ -73,6 +73,15 @@ class UpdateForm extends BaseForm implements ClientArea
if ($this->configuration()->isPermissionAdditionalDiskBackup())
{
$field = new Switcher('backup');
+
+ logModuleCall(
+ 'proxmoxCloud',
+ __FUNCTION__,
+ $this,
+ 'Debug',
+ $this->diskID
+ );
if ($this->diskID == 'scsi0') {
$field->htmlAttributes['style'] = "display: none;";
}