소스 검색

additional slider

andre 4 년 전
부모
커밋
93ec1ce887
1개의 변경된 파일9개의 추가작업 그리고 0개의 파일을 삭제
  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