[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[reclaim-ui] 82/459: fix missing div
From: |
gnunet |
Subject: |
[reclaim-ui] 82/459: fix missing div |
Date: |
Fri, 11 Jun 2021 23:22:54 +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 22428ad339e535bfb6eaea1ea59b2dafddf1ce26
Author: Schanzenbach, Martin <mschanzenbach@posteo.de>
AuthorDate: Sat Jun 8 22:25:40 2019 +0200
fix missing div
---
src/app/identity-list/identity-list.component.html | 43 +++++++++++-----------
1 file changed, 21 insertions(+), 22 deletions(-)
diff --git a/src/app/identity-list/identity-list.component.html
b/src/app/identity-list/identity-list.component.html
index 25ab970..de3c336 100644
--- a/src/app/identity-list/identity-list.component.html
+++ b/src/app/identity-list/identity-list.component.html
@@ -2,8 +2,8 @@
<span><i class="fa fa-2x fa-openid"></i> <b class="fa-2x"> Authorization
Request</b></span><br/>
<i *ngIf="!clientNameFound"><i class="fa fa-circle-o-notch fa-spin
fa-fw"></i> Looking for client description.</i><br/>
<div *ngIf="clientNameFound"><strong>"{{ clientName }}"</strong>
- asks you to share personal information.<br/>
- Choose an identity to let it access the following information:
+ asks you to share personal information.<br/>
+ Choose an identity to let it access the following information:
</div>
<ul>
<li *ngFor="let attribute of getScopes()"><strong>{{attribute}}</strong>
@@ -14,17 +14,17 @@
</div>
<div *ngIf="!isConnected(); else emptyIdList"
- style="text-align: center; font-size: 1.75em;" class="alert alert-danger
alert-dismissible fade show" role="alert">
+ style="text-align: center; font-size: 1.75em;" class="alert
alert-danger alert-dismissible fade show" role="alert">
<strong>GNUnet is not running.</strong>
</div>
<ng-template #emptyIdList>
-<div *ngIf="0 == identities.length && !isAddIdentity()" style="text-align:
center;" class="alert alert-secondary alert-dismissible fade show" role="alert">
- You don't have any identities yet.<br/><br/>
- <button class="btn btn-primary" (click)="addIdentity()">
- <span class="fa fa-plus"></span> Add your first identity!
- </button>
-</div>
+ <div *ngIf="0 == identities.length && !isAddIdentity()" style="text-align:
center;" class="alert alert-secondary alert-dismissible fade show" role="alert">
+ You don't have any identities yet.<br/><br/>
+ <button class="btn btn-primary" (click)="addIdentity()">
+ <span class="fa fa-plus"></span> Add your first identity!
+ </button>
+ </div>
</ng-template>
<div class="m-2 card" *ngIf="(null != identityInEdit) && !isAddIdentity()">
@@ -120,19 +120,17 @@
</div>
</td>
<td>
-
-
<button class="btn btn-primary" *ngIf="showConfirmRevoke !=
ticket" (click)="confirmRevoke(ticket)">
<span class="fa fa-unlink"></span> Revoke
</button>
<div class="alert alert-danger fade show"
*ngIf="showConfirmRevoke == ticket">
Do you really want to revoke this ticket?<br/><br/>
- <button class="btn btn-primary"
(click)="revokeTicket(identityInEdit, ticket)">
- <span class="fa fa-unlink"></span> Revoke
- </button>
- <button class="btn btn-primary" (click)="hideConfirmRevoke()">
- <span class="fa fa-close"></span> Cancel
- </button>
+ <button class="btn btn-primary"
(click)="revokeTicket(identityInEdit, ticket)">
+ <span class="fa fa-unlink"></span> Revoke
+ </button>
+ <button class="btn btn-primary" (click)="hideConfirmRevoke()">
+ <span class="fa fa-close"></span> Cancel
+ </button>
</div>
</td>
</tr>
@@ -217,14 +215,15 @@
</div>
<div>
+ <div>
+ <button *ngIf="canAuthorize(identity)" [disabled]="!inOpenIdFlow()
|| isAttributeMissing(identity)" (click)="loginIdentity(identity)" class="btn
btn-primary mr-1 openid-login">
+ <span class="fa fa-openid"></span> Share from this
identity</button>
+ </div>
+ </div>
<div>
- <button *ngIf="canAuthorize(identity)" [disabled]="!inOpenIdFlow() ||
isAttributeMissing(identity)" (click)="loginIdentity(identity)" class="btn
btn-primary mr-1 openid-login">
- <span class="fa fa-openid"></span> Share from this identity</button>
+ <i class="m-2" style="float:right; color: #eee;">Identity card</i>
</div>
</div>
- <div>
- <i class="m-2" style="float:right; color: #eee;">Identity card</i>
- </div>
</div>
</div>
<div *ngIf="isAddIdentity()" class="m-2 card" style="text-align:center;">
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [reclaim-ui] 63/459: update to recent change regarding tld lookups, (continued)
- [reclaim-ui] 63/459: update to recent change regarding tld lookups, gnunet, 2021/06/11
- [reclaim-ui] 65/459: html template updated, gnunet, 2021/06/11
- [reclaim-ui] 53/459: merge w conflicts, gnunet, 2021/06/11
- [reclaim-ui] 69/459: fix reload of webpage, gnunet, 2021/06/11
- [reclaim-ui] 49/459: update, gnunet, 2021/06/11
- [reclaim-ui] 80/459: style update, gnunet, 2021/06/11
- [reclaim-ui] 66/459: overlay fix, gnunet, 2021/06/11
- [reclaim-ui] 57/459: update readme, gnunet, 2021/06/11
- [reclaim-ui] 74/459: entity name and revoke button fixed, gnunet, 2021/06/11
- [reclaim-ui] 77/459: identity list minor fix, gnunet, 2021/06/11
- [reclaim-ui] 82/459: fix missing div,
gnunet <=
- [reclaim-ui] 73/459: add padding for header, gnunet, 2021/06/11
- [reclaim-ui] 86/459: fix client name check #3, gnunet, 2021/06/11
- [reclaim-ui] 76/459: openid logo properly placed, gnunet, 2021/06/11
- [reclaim-ui] 78/459: Merge branch 'ticket_list' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 72/459: change wording, gnunet, 2021/06/11
- [reclaim-ui] 67/459: removal of unused import, gnunet, 2021/06/11
- [reclaim-ui] 70/459: add spinner, gnunet, 2021/06/11
- [reclaim-ui] 68/459: Merge branch 'offline_overlay' into 'master', gnunet, 2021/06/11
- [reclaim-ui] 79/459: polish ui, gnunet, 2021/06/11
- [reclaim-ui] 83/459: prevent authorization on unverified clients, gnunet, 2021/06/11