Kaynağa Gözat

bugfix max disk size

andre 4 yıl önce
ebeveyn
işleme
6c7c82e74d

+ 1 - 1
app/UI/VmCreate/Sections/Qemu/GeneralSection.php

@@ -54,7 +54,7 @@ class GeneralSection extends HalfPageSection
             __FUNCTION__,
             __FUNCTION__,
             $this->resourceManager->disk(),
             $this->resourceManager->disk(),
             'Debug',
             'Debug',
-            $rangeField
+            $this->resourceManager->disk()->free()
         );
         );
 
 
     }
     }