mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-25 08:21:05 -06:00
remove deprecated record types
This commit is contained in:
parent
f1e46f36d2
commit
29cf66046a
@ -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/>',{
|
||||
|
Loading…
Reference in New Issue
Block a user