Browse Source

test better detail combined view

andre 4 years ago
parent
commit
060318091c
1 changed files with 2 additions and 2 deletions
  1. 2 2
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 2 - 2
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -123,13 +123,13 @@ class GeneralSection extends BaseSection
         $field->setDefaultValue($this->configuration()->serverMemory->min);
         $field->setDescription('description');
         $this->addField($field);
-/*        if($this->configuration()->isDetailsCombinedView()){
+        if($this->configuration()->isDetailsCombinedView()){
             //disk
             $field = new Text('disk');
             $field->addValidator(new NumberValidator($this->resourceManager->disk()->getMin(), $this->resourceManager->disk()->free(),true));
             $field->setDescription('description');
             $this->addField($field);
-        } */
+        }
         /**
          * @deprecated
         //ipv4