|
@@ -66,7 +66,7 @@ class UpdateForm extends BaseForm implements ClientArea
|
|
|
$field->notEmpty();
|
|
$field->notEmpty();
|
|
|
$this->addField($field);
|
|
$this->addField($field);
|
|
|
}
|
|
}
|
|
|
- //boot device 1
|
|
|
|
|
|
|
+/* //boot device 1
|
|
|
$field = new Select("bootOrder0");
|
|
$field = new Select("bootOrder0");
|
|
|
$field->notEmpty();
|
|
$field->notEmpty();
|
|
|
$this->addField($field);
|
|
$this->addField($field);
|
|
@@ -77,7 +77,7 @@ class UpdateForm extends BaseForm implements ClientArea
|
|
|
//boot device 3
|
|
//boot device 3
|
|
|
$field = new Select("bootOrder2");
|
|
$field = new Select("bootOrder2");
|
|
|
$field->notEmpty();
|
|
$field->notEmpty();
|
|
|
- $this->addField($field);
|
|
|
|
|
|
|
+ $this->addField($field); */
|
|
|
//sshkeys for kvm only
|
|
//sshkeys for kvm only
|
|
|
if($this->configuration()->isPermissionSshkeys()){
|
|
if($this->configuration()->isPermissionSshkeys()){
|
|
|
$field = new Textarea("sshkeys");
|
|
$field = new Textarea("sshkeys");
|