mirror of
https://github.com/bitwarden/browser.git
synced 2025-01-06 18:57:56 +01:00
no items to list
This commit is contained in:
parent
d21540878e
commit
21a126f31f
@ -49,11 +49,10 @@
|
|||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
<div class="no-items" *ngIf="searchedCiphers.length === 0">
|
<div class="no-items" *ngIf="searchedCiphers.length === 0">
|
||||||
<i class="fa fa-spinner fa-spin fa-3x" *ngIf="!loaded"></i>
|
<i class="fa fa-spinner fa-spin text-muted" *ngIf="!loaded"></i>
|
||||||
<ng-container *ngIf="loaded">
|
<ng-container *ngIf="loaded">
|
||||||
<i class="fa fa-frown-o fa-4x"></i>
|
|
||||||
<p>{{'noItemsInList' | i18n}}</p>
|
<p>{{'noItemsInList' | i18n}}</p>
|
||||||
<button (click)="addCipher()" class="btn block primary link">{{'addItem' | i18n}}</button>
|
<button (click)="addCipher()" class="btn btn-outline-primary">{{'addItem' | i18n}}</button>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
</div>
|
</div>
|
||||||
</ng-container>
|
</ng-container>
|
||||||
|
@ -544,5 +544,8 @@
|
|||||||
},
|
},
|
||||||
"lockNow": {
|
"lockNow": {
|
||||||
"message": "Lock Now"
|
"message": "Lock Now"
|
||||||
|
},
|
||||||
|
"noItemsInList": {
|
||||||
|
"message": "There are no items to list."
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user