From baed349274ab6ae3cc13571833655994a832e73b Mon Sep 17 00:00:00 2001 From: Mark Schouten Date: Tue, 10 Jun 2014 21:19:26 +0200 Subject: [PATCH] Do not show the dnssec-field when creating a zone --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index deee67c..c27f5f9 100644 --- a/index.php +++ b/index.php @@ -307,6 +307,7 @@ $(document).ready(function () { }, dnssec: { title: 'DNSSEC', + create: false, display: function (zone) { if (zone.record.dnssec == true) { var $img = $('');