|
|
@@ -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');
|