mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-27 12:36:14 +01:00
attachments indicator in org vault
This commit is contained in:
parent
e13992ba27
commit
4323341d19
@ -77,6 +77,8 @@
|
|||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
<a href="#" stop-click ng-click="editCipher(cipher)">{{cipher.name}}</a>
|
<a href="#" stop-click ng-click="editCipher(cipher)">{{cipher.name}}</a>
|
||||||
|
<i class="fa fa-paperclip text-muted" title="Attachments" ng-if="cipher.hasAttachments"
|
||||||
|
stop-prop></i>
|
||||||
<div class="text-sm text-muted">{{cipher.subTitle}}</div>
|
<div class="text-sm text-muted">{{cipher.subTitle}}</div>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
Loading…
Reference in New Issue
Block a user