ソースを参照

try to trigger reload form on vm action

andre 4 年 前
コミット
a91d4ae181
1 ファイル変更1 行追加0 行削除
  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());
     }