andre před 4 roky
rodič
revize
93ec1ce887

+ 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