mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
DNSSEC is not editable
This commit is contained in:
parent
6f9f7b3982
commit
c8cc85ef62
1 changed files with 1 additions and 0 deletions
|
@ -314,6 +314,7 @@ $(document).ready(function () {
|
|||
dnssec: {
|
||||
title: 'DNSSEC',
|
||||
create: false,
|
||||
edit: 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