ソースを参照

try to reenable vmcreate after delete action

andre 4 年 前
コミット
bdc0f21f45
1 ファイル変更1 行追加1 行削除
  1. 1 1
      app/UI/Vms/Buttons/DeleteButton.php

+ 1 - 1
app/UI/Vms/Buttons/DeleteButton.php

@@ -36,7 +36,7 @@ class DeleteButton extends ButtonDataTableModalAction implements ClientArea
         }
         }
         $this->switchToRemoveBtn();
         $this->switchToRemoveBtn();
         $this->initLoadModalAction(new DeleteModal());
         $this->initLoadModalAction(new DeleteModal());
-        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->addChild("vmcreate");
+        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->add("vmcreate");
 
 
     }
     }