mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-07 00:47:00 +03:00
Import dnssec settings if they exist
This commit is contained in:
parent
9854630f68
commit
64508a7a51
2 changed files with 25 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue