aboutsummaryrefslogtreecommitdiff
path: root/src/app/import-attributes/import-attributes.component.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/import-attributes/import-attributes.component.html')
-rw-r--r--src/app/import-attributes/import-attributes.component.html7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/app/import-attributes/import-attributes.component.html b/src/app/import-attributes/import-attributes.component.html
index d468721..a49e9b4 100644
--- a/src/app/import-attributes/import-attributes.component.html
+++ b/src/app/import-attributes/import-attributes.component.html
@@ -8,8 +8,11 @@
8 </h2> 8 </h2>
9 </div> 9 </div>
10 </div> 10 </div>
11 <div class="card-body text-center fa-4x" *ngIf="inProgress">
12 <i class="fa fa-spinner fa-spin"></i>
13 </div>
11 <!-- Credential management --> 14 <!-- Credential management -->
12 <div class="card-body"> 15 <div class="card-body" *ngIf="!inProgress">
13 <!--IdProvider-Discovery--> 16 <!--IdProvider-Discovery-->
14 <div> 17 <div>
15 <!--Email not found Warning--> 18 <!--Email not found Warning-->
@@ -39,7 +42,7 @@
39 42
40 <!-- Edit card buttons --> 43 <!-- Edit card buttons -->
41 <div> 44 <div>
42 <button class="btn btn-primary" [routerLink]="['/edit-identity', identity.name ]"> 45 <button class="btn btn-primary" [disabled]="inProgress" [routerLink]="['/edit-identity', identity.name ]">
43 <span class="fa fa-save"></span> {{ getMessage("Back") }} 46 <span class="fa fa-save"></span> {{ getMessage("Back") }}
44 </button> 47 </button>
45 </div> 48 </div>