ソースを参照

bugfix max disk size

andre 4 年 前
コミット
d313de7642
1 ファイル変更9 行追加0 行削除
  1. 9 0
      app/UI/VmCreate/Sections/Qemu/GeneralSection.php

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

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