gnunet-svn
[Top][All Lists]
Advanced

[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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]