Prechádzať zdrojové kódy

bugfix max disk size

andre 4 rokov pred
rodič
commit
d313de7642

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

@@ -48,6 +48,15 @@ class GeneralSection extends HalfPageSection
         } else {
             $rangeField->setMaxValue($this->configuration()->serverDiskSize->max);
         }
+
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this->resourceManager->disk(),
+            'Debug',
+            $rangeField
+        );
+
     }
 
     public function initFields()  {