Browse Source

try to disable vmcreate without ressources

andre 4 years ago
parent
commit
135abcc317
1 changed files with 1 additions and 1 deletions
  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();