Import dnssec settings if they exist

This commit is contained in:
Mark Schouten 2014-06-06 14:46:24 +02:00
parent 9854630f68
commit 64508a7a51
2 changed files with 25 additions and 0 deletions

View file

@ -302,6 +302,12 @@ $(document).ready(function () {
name: {
title: 'Domain'
},
dnssec: {
title: 'DNSSEC',
display: function (zone) {
console.log(zone);
}
},
<? if (is_adminuser()) { ?>
owner: {
title: 'Owner',