diff options
author | Adam Young <ayoung@redhat.com> | 2011-02-11 15:50:24 -0500 |
---|---|---|
committer | Adam Young <ayoung@redhat.com> | 2011-02-11 16:26:09 -0500 |
commit | 29cf66046ae0786cee9e97178609b11ae82649a0 (patch) | |
tree | d2e2f2f20f55fe41a40c148da36ee1019bfb5bc0 /install/ui/policy.js | |
parent | f1e46f36d238f9baf3decce17a21fc364dfc6f3d (diff) | |
download | freeipa-29cf66046ae0786cee9e97178609b11ae82649a0.tar.gz freeipa-29cf66046ae0786cee9e97178609b11ae82649a0.tar.xz freeipa-29cf66046ae0786cee9e97178609b11ae82649a0.zip |
remove deprecated record types
Diffstat (limited to 'install/ui/policy.js')
-rw-r--r-- | install/ui/policy.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/install/ui/policy.js b/install/ui/policy.js index 7cafd1776..4e92e7ea6 100644 --- a/install/ui/policy.js +++ b/install/ui/policy.js @@ -89,9 +89,9 @@ IPA.records_facet = function (spec){ that.record = null; var record_types =[ 'a', 'aaaa', 'dname', 'cname', 'mx', 'ns', 'ptr', - 'srv', 'txt', 'a6', 'afsdb', 'cert', 'ds', 'hinfo', - 'key', 'kx', 'loc', 'md', 'minfo', 'naptr', 'nsec', - 'nxt', 'rrsig', 'sshfp']; + 'srv', 'txt', 'a6', 'afsdb', 'cert', 'ds', + 'key', 'kx', 'loc', 'naptr', 'nsec', + 'rrsig', 'sshfp']; function create_type_select(id,add_none) { var type_select = $('<select/>',{ |