소스 검색

remove priority from clone VM form

andre 2 주 전
부모
커밋
738f4c55c7
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/UI/VmClone/Sections/Qemu/GeneralSection.php

+ 2 - 1
app/UI/VmClone/Sections/Qemu/GeneralSection.php

@@ -61,7 +61,8 @@ class GeneralSection extends HalfPageSection
         $this->addField( $field);
         }
          */
-        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+//        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+        $cpuPrioryty = false;
         //location
         if($this->configuration()->getLocations()){
             $field = new Select('location');