Browse Source

revert try to trigger reload form on vm action

andre 4 years ago
parent
commit
b98c1e3d13
1 changed files with 0 additions and 1 deletions
  1. 0 1
      app/UI/Home/Buttons/ShutdownButton.php

+ 0 - 1
app/UI/Home/Buttons/ShutdownButton.php

@@ -32,7 +32,6 @@ class ShutdownButton extends AbstractActionButton implements ClientArea, AdminAr
         $this->initIds('shutdownButton');
         $this->setIcon('lu-zmdi lu-zmdi-long-arrow-down');
         $this->addClass('lu-btn--primary');
-        $this->addHtmlAttribute('bi-event-change', "reloadVueModal");
         $this->initLoadModalAction(new ShutdownModal());
     }