diff --git a/templates/dashboard.html b/templates/dashboard.html index 9c005a6c..8d6c1956 100644 --- a/templates/dashboard.html +++ b/templates/dashboard.html @@ -60,28 +60,26 @@

No sync history was found

{% endif %} + {% if user.is_admin %} + + {% endif %} + - {% if 'admin' in user.roles %} - - {% endif %} - - {% endblock %} {% block head_css %} {{ super() }} {% endblock %} {% block script %} -new DataTable('#sync_history'); {{ super() }} {% endblock %} \ No newline at end of file