andre 4 лет назад
Родитель
Сommit
49b3833877
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/UI/VmCreate/Sections/Qemu/GeneralSection.php

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

@@ -136,6 +136,7 @@ class GeneralSection extends HalfPageSection
             $maxRange = $this->configuration()->serverDiskSize->max;
         }
         $field = new Range('disk', $this->configuration()->serverDiskSize->min, $maxRange);
+        $field->setDefaultValue($this->configuration()->serverDiskSize->min);
         $field->addValidator(new DiskSizeValidator('disk',true));
         $field->setDescription('description');
         $this->addField($field);