Browse Source

try to disable vmcreate without ressources

andre 4 years ago
parent
commit
c5ae985e9c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Client/Vm.php

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

@@ -71,7 +71,7 @@ class Vm extends AbstractClientController
          * @deprecated
          *     $view->addElement(\ModulesGarden\Servers\ProxmoxCloudVps\App\UI\VmCreate\Sections\AccountSummary::class);
          */
-        $view->addElement(\ModulesGarden\Servers\ProxmoxCloudVps\App\UI\VmCreate\Sections\AccountSummary::class);
+
         return $view->addElement(VmCreateForm::class);
     }