|
|
@@ -57,12 +57,9 @@ class AddRessourceForm extends SortedFieldForm implements ClientArea
|
|
|
$email->addInputComponent((new InputGroupElements\Text('domain'))->addHtmlAttribute('readonly','true'));
|
|
|
$this->addSection($email);
|
|
|
|
|
|
- $manager = new Select('manager');
|
|
|
- $manager->notEmpty();
|
|
|
-
|
|
|
$this->generateDoubleSection([new Text('description'), new Select('type')]);
|
|
|
|
|
|
- $this->generateDoubleSection([$manager, new Select('status')]);
|
|
|
+ $this->generateDoubleSection([new Select('manager'), new Select('status')]);
|
|
|
|
|
|
}
|
|
|
}
|