add name to cipher list title

This commit is contained in:
Kyle Spearrin 2018-07-10 10:12:26 -04:00
parent 0d95f66a43
commit 3ce9d5082f
2 changed files with 2 additions and 2 deletions

2
jslib

@ -1 +1 @@
Subproject commit 9a73e733512e69221d6c74065bc8ec614c7ba0fd
Subproject commit bded5eb625e3eb8f7577ad3da54d5c3b7e543eb0

View File

@ -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">