Browse Source

additional slider

andre 4 years ago
parent
commit
93ec1ce887
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

@@ -130,6 +130,15 @@ class GeneralSection extends BaseSection
             $field->setDefaultValue($this->resourceManager->disk()->getUsed());
             $field->setDescription('description');
             $this->addField($field);
+
+            logModuleCall(
+                'proxmoxCloud',
+                __FUNCTION__,
+                $this->resourceManager->disk()->getUsed(),
+                'Debug',
+                $this->configuration()->serverDiskSize->min
+            );
+
         }
         /**
          * @deprecated