|
|
@@ -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());
|
|
|
}
|
|
|
|