Forráskód Böngészése

try to reenable vmcreate after delete action

andre 4 éve
szülő
commit
5f8744564d
1 módosított fájl, 1 hozzáadás és 0 törlés
  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()
     public function update()
     {
     {
 //        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmupdate")->setActive(true);
 //        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmupdate")->setActive(true);
+        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->delete();
         $this->initVm();
         $this->initVm();
         (new AppParams())->initFromWhmcsParams();
         (new AppParams())->initFromWhmcsParams();
         $this->api();
         $this->api();