Do not show the dnssec-field when creating a zone

This commit is contained in:
Mark Schouten 2014-06-10 21:19:26 +02:00
parent 06c39599bf
commit baed349274

View file

@ -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" />');