1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-06 18:43:25 +00:00

view cipher component

This commit is contained in:
Kyle Spearrin
2018-04-05 23:09:49 -04:00
parent dd49b34024
commit 1d6cfb3ab6
7 changed files with 324 additions and 4 deletions

View File

@@ -21,7 +21,8 @@
Some name here
</div>
<div class="box-content">
<app-ciphers-list [ciphers]="searchedCiphers" title="{{'viewItem' | i18n}}"></app-ciphers-list>
<app-ciphers-list [ciphers]="searchedCiphers" title="{{'viewItem' | i18n}}"
(onSelected)="selectCipher($event)"></app-ciphers-list>
</div>
</div>
<div class="no-items" *ngIf="!searchedCiphers.length">