Forráskód Böngészése

try to trigger reload form on vm action

andre 4 éve
szülő
commit
a91d4ae181
1 módosított fájl, 1 hozzáadás és 0 törlés
  1. 1 0
      app/UI/Home/Buttons/ShutdownButton.php

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

@@ -32,6 +32,7 @@ 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());
     }