Ver Fonte

try to reenable vmcreate after delete action

andre há 4 anos atrás
pai
commit
bf30f92d01
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      app/UI/Vms/Modals/DeleteModal.php

+ 0 - 1
app/UI/Vms/Modals/DeleteModal.php

@@ -30,7 +30,6 @@ class DeleteModal extends ModalConfirmDanger implements AdminArea
     {
         $this->initIds('deleteVmModal');
         $this->addForm(new DeleteForm());
-        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->setActive(true);
     }
 
 }