mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
Add new allGroups scope to manageZones view, update view to allow for viewing all groups when creating an acl rule
This commit is contained in:
@@ -43,6 +43,7 @@ angular.module('controller.manageZones', [])
|
||||
UPDATE: 0,
|
||||
CONFIRM_UPDATE: 1
|
||||
};
|
||||
$scope.allGroups = [];
|
||||
|
||||
$scope.keyAlgorithms = ['HMAC-MD5', 'HMAC-SHA1', 'HMAC-SHA224', 'HMAC-SHA256', 'HMAC-SHA384', 'HMAC-SHA512'];
|
||||
|
||||
|
Reference in New Issue
Block a user