瀏覽代碼

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