Преглед на файлове

try to reenable vmcreate after delete action

andre преди 4 години
родител
ревизия
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();