mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-20 20:13:40 +03:00
Do not show the dnssec-field when creating a zone
This commit is contained in:
parent
06c39599bf
commit
baed349274
1 changed files with 1 additions and 0 deletions
|
@ -307,6 +307,7 @@ $(document).ready(function () {
|
|||
},
|
||||
dnssec: {
|
||||
title: 'DNSSEC',
|
||||
create: false,
|
||||
display: function (zone) {
|
||||
if (zone.record.dnssec == true) {
|
||||
var $img = $('<img class="list" src="img/lock.png" title="DNSSec Info" />');
|
||||
|
|
Loading…
Add table
Reference in a new issue