[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 118/459: add unkown name
From: |
gnunet |
Subject: |
[reclaim-ui] 118/459: add unkown name |
Date: |
Fri, 11 Jun 2021 23:23:30 +0200 |
This is an automated email from the git hooks/post-receive script.
martin-schanzenbach pushed a commit to branch master
in repository reclaim-ui.
commit 02263ce593dfb489c16e4848230055007dcf72c2
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Mon Jul 15 15:35:43 2019 +0200
add unkown name
---
src/app/identity-list/identity-list.component.html | 2 +-
src/app/identity-list/identity-list.component.ts | 9 +++++++++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 18d2c29..5e312dd 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -139,7 +139,7 @@
<tr *ngFor="let ticket of tickets[identityInEdit.pubkey]">
<td>
<div style="min-width: 15em">
- {{identityNameMapper[ticket.audience]}}
+ {{getAudienceName(ticket)}}
</div>
</td>
<td>
diff --git a/src/app/identity-list/identity-list.component.ts
b/src/app/identity-list/identity-list.component.ts
index 2fdcf77..9afb4b9 100644
--- a/src/app/identity-list/identity-list.component.ts
+++ b/src/app/identity-list/identity-list.component.ts
@@ -578,6 +578,15 @@ export class IdentityListComponent implements OnInit {
});
}
+ getAudienceName(ticket)
+ {
+ if (undefined == this.identityNameMapper[ticket.audience])
+ {
+ return "Unknown";
+ }
+ return this.identityNameMapper[ticket.audience];
+ }
+
isConnected()
{
return this.connected;
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 75/459: ticket list fixed attributes and added revoke confirmation, (continued)
- [reclaim-ui] 75/459: ticket list fixed attributes and added revoke confirmation, gnunet, 2021/06/11
- [reclaim-ui] 91/459: fix html, gnunet, 2021/06/11
- [reclaim-ui] 89/459: actually display info, gnunet, 2021/06/11
- [reclaim-ui] 96/459: openid logo fix, gnunet, 2021/06/11
- [reclaim-ui] 84/459: fix client name check, gnunet, 2021/06/11
- [reclaim-ui] 105/459: add reclaim watermark, gnunet, 2021/06/11
- [reclaim-ui] 92/459: layout fixes, gnunet, 2021/06/11
- [reclaim-ui] 81/459: identity card, gnunet, 2021/06/11
- [reclaim-ui] 97/459: open id logo: removed float altogether, gnunet, 2021/06/11
- [reclaim-ui] 98/459: openid hotfix, gnunet, 2021/06/11
- [reclaim-ui] 118/459: add unkown name,
gnunet <=
- [reclaim-ui] 100/459: warning if identity name already exists, gnunet, 2021/06/11
- [reclaim-ui] 101/459: minor update to last fix, gnunet, 2021/06/11
- [reclaim-ui] 103/459: disable button on duplicate ID name, gnunet, 2021/06/11
- [reclaim-ui] 102/459: Merge branch 'master' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 107/459: Merge branch 'master' of https://gitlab.com/reclaimid/ui, gnunet, 2021/06/11
- [reclaim-ui] 99/459: Merge branch 'openid_logo_fix' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 109/459: authentication screen minor updates + search bar for indentities, gnunet, 2021/06/11
- [reclaim-ui] 104/459: indicate disabled button properly, gnunet, 2021/06/11
- [reclaim-ui] 110/459: reverted minor false changes, gnunet, 2021/06/11
- [reclaim-ui] 95/459: update deps, gnunet, 2021/06/11