2
0
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:
Nicholas Spadaccino
2022-05-06 16:19:15 -04:00
parent 57479812f9
commit e9406ec24d
3 changed files with 10 additions and 1 deletions

View File

@@ -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'];