mirror of
https://github.com/bitwarden/browser
synced 2025-12-21 18:53:29 +00:00
PS-725 - add empty state image to Vault and Send pages in web and to the Vault page in the bowser extension (#3263)
This commit is contained in:
@@ -84,6 +84,7 @@
|
||||
<div class="no-items">
|
||||
<i class="bwi bwi-spinner bwi-spin bwi-3x" *ngIf="!loaded" aria-hidden="true"></i>
|
||||
<ng-container *ngIf="loaded">
|
||||
<img class="no-items-image" aria-hidden="true" />
|
||||
<p>{{ "noItemsInList" | i18n }}</p>
|
||||
<button type="button" (click)="addCipher()" class="btn block primary link">
|
||||
{{ "addItem" | i18n }}
|
||||
|
||||
Reference in New Issue
Block a user