Browse Source

additional slider

andre 4 years ago
parent
commit
aa85bec251
1 changed files with 9 additions and 0 deletions
  1. 9 0
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 9 - 0
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -132,6 +132,15 @@ class GeneralSection extends BaseSection
                     $field->setDefaultValue($disk->getSize());
                     $field->setDescription('description');
                     $this->addField($field);
+
+                    logModuleCall(
+                        'proxmoxCloud',
+                        __FUNCTION__,
+                        $disk->getName(),
+                        'Debug',
+                        $disk->getSize()
+                    );
+
                 }
             }
         }