|
|
@@ -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
|