Browse Source

try to reenable vmcreate after delete action

andre 4 years ago
parent
commit
bf30f92d01
1 changed files with 0 additions and 1 deletions
  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->initIds('deleteVmModal');
         $this->addForm(new DeleteForm());
         $this->addForm(new DeleteForm());
-        sl("sidebar")->getSidebar("virtualMachinesProxmoxCloudVps")->getChild("vmcreate")->setActive(true);
     }
     }
 
 
 }
 }