mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-04-19 20:09:14 +03:00
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:
parent
a5cff4714c
commit
4506145674
1 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||||
|
|
Loading…
Add table
Reference in a new issue