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

loading titles

This commit is contained in:
Kyle Spearrin
2018-07-17 23:15:15 -04:00
parent 9a23d5fa97
commit 8bd9eafa37
59 changed files with 142 additions and 138 deletions

View File

@@ -11,7 +11,7 @@
</button>
</div>
</div>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="loading"></i>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="loading" title="{{'loading' | i18n}}"></i>
<ng-container *ngIf="!loading && (groups | search:searchText:'name':'id') as searchedGroups">
<p *ngIf="!searchedGroups.length">{{'noGroupsInList' | i18n}}</p>
<table class="table table-hover table-list" *ngIf="searchedGroups.length">