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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user