Jelajahi Sumber

try to reenable vmcreate after delete action

andre 4 tahun lalu
induk
melakukan
bf30f92d01
1 mengubah file dengan 0 tambahan dan 1 penghapusan
  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);
     }
 
 }