Browse Source

change test to slider for disk create

andre 4 years ago
parent
commit
03a132b9e3
2 changed files with 2 additions and 1 deletions
  1. 1 0
      app/UI/Disk/Buttons/UpdateButton.php
  2. 1 1
      app/UI/Disk/Forms/UpdateForm.php

+ 1 - 0
app/UI/Disk/Buttons/UpdateButton.php

@@ -28,6 +28,7 @@ class UpdateButton extends ButtonDataTableModalAction implements ClientArea
 
     public function initContent()
     {
+        parent::initContent();
         $this->initIds('updateDiskButton');
         $this->initLoadModalAction(new UpdateModal());
     }

+ 1 - 1
app/UI/Disk/Forms/UpdateForm.php

@@ -62,7 +62,7 @@ class UpdateForm extends BaseForm implements ClientArea
         logModuleCall(
             'proxmoxCloud',
             __FUNCTION__,
-            $this->getFormData(),
+            $this,
             'Debug',
             $vm->getHardDisks()
         );