mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-18 11:05:41 +01:00
add name to cipher list title
This commit is contained in:
parent
0d95f66a43
commit
3ce9d5082f
2
jslib
2
jslib
@ -1 +1 @@
|
||||
Subproject commit 9a73e733512e69221d6c74065bc8ec614c7ba0fd
|
||||
Subproject commit bded5eb625e3eb8f7577ad3da54d5c3b7e543eb0
|
@ -1,5 +1,5 @@
|
||||
<a *ngFor="let c of ciphers" (click)="selectCipher(c)" (dblclick)="doubleSelectCipher(c)"
|
||||
href="#" appStopClick title="{{title}}" class="box-content-row box-content-row-flex">
|
||||
href="#" appStopClick title="{{title}} - {{c.name}}" class="box-content-row box-content-row-flex">
|
||||
<div class="row-main">
|
||||
<app-vault-icon [cipher]="c"></app-vault-icon>
|
||||
<div class="row-main-content">
|
||||
|
Loading…
Reference in New Issue
Block a user