admin: use hexadecimal certificate ID
This commit is contained in:
parent
6921431a77
commit
99e53ccfe6
5 changed files with 22 additions and 17 deletions
|
@ -601,11 +601,6 @@ angular.module("FICApp")
|
|||
|
||||
$scope.teams = Team.query();
|
||||
$scope.certificates = Certificate.query();
|
||||
$scope.certificates.$promise.then(function(certificates) {
|
||||
certificates.forEach(function(certificate, cid) {
|
||||
certificate.serial = parseInt(certificate.id).toString(16);
|
||||
});
|
||||
});
|
||||
$scope.ca = CACertificate.get();
|
||||
|
||||
$scope.revoke = function() {
|
||||
|
|
Reference in a new issue