andre 4 лет назад
Родитель
Сommit
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 {
             $rangeField->setMaxValue($this->configuration()->serverDiskSize->max);
         }
+
+        logModuleCall(
+            'proxmoxCloud',
+            __FUNCTION__,
+            $this->resourceManager->disk(),
+            'Debug',
+            $rangeField
+        );
+
     }
 
     public function initFields()  {