Explorar el Código

change test to slider for disk create

andre hace 4 años
padre
commit
307a6ed311
Se han modificado 1 ficheros con 9 adiciones y 0 borrados
  1. 9 0
      app/UI/Disk/Forms/UpdateForm.php

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

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