1
0
mirror of https://github.com/bitwarden/web synced 2025-12-22 11:13:40 +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

@@ -53,7 +53,7 @@
</tbody>
</table>
<div class="no-items" *ngIf="searchedCiphers.length === 0">
<i class="fa fa-spinner fa-spin text-muted" *ngIf="!loaded"></i>
<i class="fa fa-spinner fa-spin text-muted" *ngIf="!loaded" title="{{'loading' | i18n}}"></i>
<ng-container *ngIf="loaded">
<p>{{'noItemsInList' | i18n}}</p>
<button (click)="addCipher()" class="btn btn-outline-primary" *ngIf="showAddNew">