瀏覽代碼

bugfix workaround

andre 1 周之前
父節點
當前提交
59689e2e32
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      app/UI/VmCreate/Sections/Qemu/GeneralSection.php

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

@@ -50,7 +50,8 @@ class GeneralSection extends HalfPageSection
     {
         $advancedUser = new AdvancedUserHelper($this->getWhmcsParamByKey('userid'));
         //cpuPrioryty
-        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+//        $cpuPrioryty = $this->configuration()->hasCpuPriority();
+        $cpuPrioryty = false;
         //location
         if($this->configuration()->getLocations()){
             $field = new Select('location');