mirror of
https://github.com/bitwarden/web
synced 2025-12-10 05:13:40 +00:00
attachments indicator in org vault
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user