diff --git a/powerdnsadmin/templates/domain.html b/powerdnsadmin/templates/domain.html index 026a89b..373bbbd 100755 --- a/powerdnsadmin/templates/domain.html +++ b/powerdnsadmin/templates/domain.html @@ -202,6 +202,17 @@ {% else %} targets: [5] {% endif %} + }, + { + targets: [0], + className: "text-right", + data: { + '_': "0", + 'sort': function (row, _type, _set, _meta) { + const data = row[0] || ''; + return data.split('.').reverse().join('.'); + }, + }, } ], {% if domain.type != 'Slave' %}