Преглед на файлове

change test to slider for disk create

andre преди 4 години
родител
ревизия
95163e261d
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/UI/Disk/Forms/CreateForm.php

+ 1 - 1
app/UI/Disk/Forms/CreateForm.php

@@ -55,7 +55,7 @@ class CreateForm extends BaseForm implements ClientArea
     {
         //size
         $this->resourceManager = new ResourceManager();
-        $field = new Range('disk', $this->configuration()->serverDiskSize->min, $this->resourceManager->disk()->free());
+        $field = new Range('size', $this->configuration()->serverDiskSize->min, $this->resourceManager->disk()->free());
         $field->addValidator(new DiskSizeValidator('additionalDiskSize',true));
         $field->setDefaultValue($this->configuration()->serverDiskSize->min);
 //        $field->setDescription('description');