Browse Source

simplify boot order

andre 4 years ago
parent
commit
895417d7f5
1 changed files with 0 additions and 8 deletions
  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->notEmpty();
         $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);
     }
 }