diff options
Diffstat (limited to 'install/ui/dns.js')
-rw-r--r-- | install/ui/dns.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/ui/dns.js b/install/ui/dns.js index 183bf67d..492d8c4f 100644 --- a/install/ui/dns.js +++ b/install/ui/dns.js @@ -1042,7 +1042,7 @@ IPA.dns.record_entity = function(spec) { { name: 'record_type', type: 'dnsrecord_type', - enabled: false, + flags: ['no_command'], widget: 'general.record_type' } ], |