added disable all button (#3917)

This commit is contained in:
gabryon99 2020-10-06 22:47:53 +02:00
parent 7320c8266c
commit d0f1502e69
4 changed files with 29 additions and 2 deletions

View file

@ -44,6 +44,10 @@
<tbody></tbody>
</table>
</div>
<div class="card-footer">
<button disabled class="btn btn-danger" id="btn-disable-all">
<i class='fas fa-toggle-off'></i> {{ i18n("user_scripts.disable_all") }}</button>
</div>
</div>
</div>
</div>