From fec649b7476d0a7cdeb3a011620003acef1d250a Mon Sep 17 00:00:00 2001 From: corubba Date: Sat, 7 May 2022 21:14:57 +0200 Subject: [PATCH] Header for fixed order column Semantically and syntactically it is better to have the same number of `` as ``. Not that anyone will ever see that new header, since that column is always invisible (except if the user disables javascript). Plus remove a unmatched closing html element. --- powerdnsadmin/templates/domain.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/powerdnsadmin/templates/domain.html b/powerdnsadmin/templates/domain.html index e5863cd..d5e85fc 100755 --- a/powerdnsadmin/templates/domain.html +++ b/powerdnsadmin/templates/domain.html @@ -60,6 +60,7 @@ {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %} Changelog {% endif %} + Invisible Sorting Column @@ -104,7 +105,6 @@ {% endif %} - {% if current_user.role.name in ['Administrator', 'Operator'] or SETTING.get('allow_user_view_history') %}