pull/5370/head
LianaHus 5 years ago
parent dfbd4d7496
commit c8b2a8ee0c
  1. 5
      src/app/components/plugin-manager-component.js

@ -107,7 +107,10 @@ class PluginManagerComponent extends ViewPlugin {
const activationButton = this.isActive(profile.name)
? yo`
<button onclick="${_ => this.appManager.deactivatePlugin(profile.name)}" class="btn btn-secondary btn-sm" data-id="pluginManagerComponentDeactivateButton${profile.name}">
<button
onclick="${_ => this.appManager.deactivatePlugin(profile.name)}"
class="btn btn-secondary btn-sm" data-id="pluginManagerComponentDeactivateButton${profile.name}"
>
Deactivate
</button>
`

Loading…
Cancel
Save