This website works better with JavaScript
Home
Explore
Help
Sign In
LBP
/
netbox
mirror of
https://github.com/netbox-community/netbox.git
Watch
2
Star
0
Fork
0
Files
Issues
0
Wiki
Browse Source
adds object view to allow changelog page to be opened
#13463
Abhimanyu Saharan
2 years ago
parent
b9b9c065cc
commit
ea107b6b86
1 changed files
with
4 additions
and
0 deletions
Split View
Show Diff Stats
4
0
netbox/templates/extras/imageattachment.html
+ 4
- 0
netbox/templates/extras/imageattachment.html
View File
@@ -0,0 +1,4 @@
+{% extends 'generic/object.html' %}
+
+{% block tabs %}
+{% endblock %}