1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 00:53:23 +00:00

Add loading spinner icon to emergency access view (#1235)

* add loading spinner icon to emergency access view

* remove extra space

* Revert changes to package-lock.json
This commit is contained in:
Jake Fink
2021-10-14 19:40:35 -04:00
committed by GitHub
parent a7a3381124
commit ee3c3294f3
2 changed files with 6 additions and 0 deletions

View File

@@ -42,6 +42,10 @@
</tbody>
</table>
</ng-container>
<ng-container *ngIf="!loaded">
<i class="fa fa-spinner fa-spin text-muted" title="{{'loading' | i18n}}" aria-hidden="true"></i>
<span class="sr-only">{{'loading' | i18n}}</span>
</ng-container>
</div>
<ng-template #cipherAddEdit></ng-template>
<ng-template #attachments></ng-template>