Browse Source

Merge branch 'thurdata' of https://git.symbionet.de/andre/whmcsProxmoxVPS into thurdata

root 4 năm trước cách đây
mục cha
commit
7b413aee2a
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      app/UI/ServiceInformation/Forms/UpdateForm.php

+ 2 - 2
app/UI/ServiceInformation/Forms/UpdateForm.php

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