Add LOC record to drop down list(s)

LOC is missing from the list of record types.

I've tested this change, setting or editing LOC records works fine through the API.
There's a snag with how PowerDNS expects the LOC record formatting though, see PowerDNS/pdns#3393
This commit is contained in:
Tom Laermans 2016-02-17 18:23:08 +01:00
parent a5cff4714c
commit 4506145674

View file

@ -550,6 +550,7 @@ $(document).ready(function () {
'AAAA': 'AAAA', 'AAAA': 'AAAA',
'CERT': 'CERT', 'CERT': 'CERT',
'CNAME': 'CNAME', 'CNAME': 'CNAME',
'LOC': 'LOC',
'NAPTR': 'NAPTR', 'NAPTR': 'NAPTR',
'SPF': 'SPF', 'SPF': 'SPF',
'SRV': 'SRV', 'SRV': 'SRV',
@ -562,6 +563,7 @@ $(document).ready(function () {
'AAAA': 'AAAA', 'AAAA': 'AAAA',
'CERT': 'CERT', 'CERT': 'CERT',
'CNAME': 'CNAME', 'CNAME': 'CNAME',
'LOC': 'LOC',
'MX': 'MX', 'MX': 'MX',
'NAPTR': 'NAPTR', 'NAPTR': 'NAPTR',
'NS': 'NS', 'NS': 'NS',