|
|
@@ -42,7 +42,8 @@ class GeneralSection extends BaseSection
|
|
|
public function initFields()
|
|
|
{
|
|
|
$vm = \ModulesGarden\ProxmoxAddon\Core\Helper\sl('Vm')->getVm();
|
|
|
- $cpuPrioryty = $this->configuration()->hasCpuPriority();
|
|
|
+// $cpuPrioryty = $this->configuration()->hasCpuPriority();
|
|
|
+ $cpuPrioryty = false;
|
|
|
//name
|
|
|
$field = new Text('name');
|
|
|
$field->addValidator(new HostnameValidator());
|