소스 검색

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();