Ver Fonte

remove priority from clone VM form

andre há 2 semanas atrás
pai
commit
738f4c55c7
1 ficheiros alterados com 2 adições e 1 exclusões
  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');