Преглед изворни кода

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->initLoadModalAction(new DeleteModal());
-        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->addChild("vmcreate");
+        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->add("vmcreate");
 
     }