Browse Source

change test to slider for disk create

andre 4 years ago
parent
commit
7d1adf0870
1 changed files with 3 additions and 2 deletions
  1. 3 2
      app/UI/Disk/Forms/UpdateForm.php

+ 3 - 2
app/UI/Disk/Forms/UpdateForm.php

@@ -39,14 +39,15 @@ class UpdateForm extends BaseForm implements ClientArea
 
 
     public function initContent()
     public function initContent()
     {
     {
+        parent::initContent();
 
 
-/*        logModuleCall(
+        logModuleCall(
             'proxmoxCloud',
             'proxmoxCloud',
             __FUNCTION__,
             __FUNCTION__,
             parent::getFormData()['id'],
             parent::getFormData()['id'],
             'Debug',
             'Debug',
             parent::getFormData()['size']
             parent::getFormData()['size']
-        ); */
+        );
 
 
         $this->initIds('updateDiskForm');
         $this->initIds('updateDiskForm');
         $this->setFormType('update');
         $this->setFormType('update');