Преглед на файлове

try to disable vmcreate without ressources

andre преди 4 години
родител
ревизия
135abcc317
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      app/Http/Client/Vm.php

+ 1 - 1
app/Http/Client/Vm.php

@@ -63,7 +63,7 @@ class Vm extends AbstractClientController
 
     public function create()
     {
-        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->setActive(false);
+        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->setActive(true);
         (new AppParams())->initFromWhmcsParams();
         $view = view();
         $view->initCustomAssetFiles();