You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
remove image from /media/image-attachments/ directory
You will get exception when you will try to open site page:
In template /opt/netbox/templates/inc/image_attachments.html, error at line 15
<td>{{ attachment.image.size|filesizeformat }}</td>
...
OSError: [Errno 2] No such file or directory: '/opt/netbox/media/image-attachments/site_1_netbox_Uzu3qPE.png'
The text was updated successfully, but these errors were encountered:
Issue type: bug report
Python version: 2.7.13
NetBox version: v2.0-beta3-1-gb8b912b
You will get exception when you will try to open site page:
The text was updated successfully, but these errors were encountered: