瀏覽代碼

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