2
0
mirror of https://github.com/VinylDNS/vinyldns synced 2025-09-03 07:45:15 +00:00

Portal support for DS records (#484)

* Add DS to ACL support.
This commit is contained in:
Michael Ly
2019-02-15 11:19:33 -05:00
committed by GitHub
parent 6d53437e26
commit 2cd18da25f
5 changed files with 80 additions and 54 deletions

View File

@@ -63,6 +63,7 @@ angular.module('controller.manageZones', [])
readOnly: false
}
};
$scope.aclRecordTypes = ['A', 'AAAA', 'CNAME', 'DS', 'MX', 'NS', 'PTR', 'SPF', 'SRV', 'SSHFP', 'TXT'];
/**
* Zone modal control functions