mirror of
https://github.com/cwinfo/powerdns-admin.git
synced 2025-06-15 20:46:06 +00:00
Final page edits for bootstrap v4 and Admin LTE v3.2
This commit is contained in:
@ -40,7 +40,7 @@
|
||||
<h3 class="card-title">History Management</h3>
|
||||
{% if current_user.role.name != 'User' %}
|
||||
<button type="button" class="btn btn-danger float-right" data-toggle="modal" data-target="#modal_clear_history" {% if current_user.role.name != 'Administrator' %}disabled{% endif %}>
|
||||
<i class="fas fa-trash"></i>
|
||||
<i class="fa-solid fa-trash"></i>
|
||||
Clear History
|
||||
</button>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user