Skip to content
Snippets Groups Projects
Verified Commit 4872b2b4 authored by Heiko Reese's avatar Heiko Reese :dizzy_face:
Browse files

Slightly changed frontend display of certificates without CN

parent 9f1cbbc6
Branches master
No related tags found
No related merge requests found
Pipeline #420968 failed
......@@ -193,7 +193,7 @@
<div>
<span v-if="entry.cn">{{entry.cn}}</span>
<span v-else-if="entry.emailaddresses.length > 1">{{entry.emailaddresses[0]}}</span>
<span v-else><em>Kein Anzeigename gefunden</em></span>
<span v-else><em>&varnothing; (Kein Anzeigename)</em></span>
<span v-if="entry.ou">&nbsp;({{entry.ou}})</span>
</div>
<div><small><em>Serial&nbsp;(dec)</em>:&nbsp;{{entry.serial}}</small></div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment