Просмотр исходного кода

try to reenable vmcreate after delete action

andre 4 лет назад
Родитель
Сommit
5f8744564d
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app/Http/Client/Vm.php

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

@@ -78,6 +78,7 @@ class Vm extends AbstractClientController
     public function update()
     {
 //        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmupdate")->setActive(true);
+        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->delete();
         $this->initVm();
         (new AppParams())->initFromWhmcsParams();
         $this->api();