mirror of
https://github.com/netbox-community/netbox.git
synced 2025-08-17 04:58:16 -06:00
add rel="image-preview-popover"
This commit is contained in:
parent
edabc8eee9
commit
f31bf2824e
@ -10,7 +10,7 @@
|
|||||||
<tr{% if not attachment.size %} class="danger"{% endif %}>
|
<tr{% if not attachment.size %} class="danger"{% endif %}>
|
||||||
<td>
|
<td>
|
||||||
<i class="fa fa-image"></i>
|
<i class="fa fa-image"></i>
|
||||||
<a href="{{ attachment.image.url }}" target="_blank">{{ attachment }}</a>
|
<a href="{{ attachment.image.url }}" rel="image-preview-popover" target="_blank">{{ attachment }}</a>
|
||||||
</td>
|
</td>
|
||||||
<td>{{ attachment.size|filesizeformat }}</td>
|
<td>{{ attachment.size|filesizeformat }}</td>
|
||||||
<td>{{ attachment.created }}</td>
|
<td>{{ attachment.created }}</td>
|
||||||
|
Loading…
Reference in New Issue
Block a user