瀏覽代碼

simplify boot order

andre 4 年之前
父節點
當前提交
895417d7f5
共有 1 個文件被更改,包括 0 次插入8 次删除
  1. 0 8
      app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

+ 0 - 8
app/UI/VmUpdate/Sections/Qemu/GeneralSection.php

@@ -172,13 +172,5 @@ class GeneralSection extends BaseSection
         $field = new Select("bootOrder0");
         $field = new Select("bootOrder0");
         $field->notEmpty();
         $field->notEmpty();
         $this->addField($field);
         $this->addField($field);
-        //boot device 2
-        $field = new Select("bootOrder1");
-        $field->notEmpty();
-        $this->addField($field);
-        //boot device 3
-        $field = new Select("bootOrder2");
-        $field->notEmpty();
-        $this->addField($field);
     }
     }
 }
 }