Browse Source

try to fix the detailed view

andre 4 years ago
parent
commit
05a9abbf35
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/UI/Disk/Forms/UpdateForm.php

+ 9 - 0
app/UI/Disk/Forms/UpdateForm.php

@@ -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;";
             }