admin: display serial in hexadecimal
This commit is contained in:
parent
14d31737e0
commit
703eaef880
3 changed files with 26 additions and 8 deletions
|
|
@ -84,7 +84,7 @@
|
|||
<button type="button" class="btn btn-sm btn-primary float-right" ng-click="dissociateCertificate(cert)">Dissocier</button>
|
||||
</dt>
|
||||
<dd>
|
||||
{{ cert.id }}
|
||||
{{ cert.serial | uppercase }}
|
||||
<span class="badge badge-danger" ng-if="cert.revoked">Révoqué</span>
|
||||
</dd>
|
||||
<dt>
|
||||
|
|
|
|||
Reference in a new issue