This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
LBP
/
netbox
mirror da
https://github.com/netbox-community/netbox.git
Segui
2
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
adds object view to allow changelog page to be opened
#13463
Abhimanyu Saharan
2 anni fa
parent
b9b9c065cc
commit
ea107b6b86
1 ha cambiato i file
con
4 aggiunte
e
0 eliminazioni
Visualizzazione separata
Mostra Diff Stats
4
0
netbox/templates/extras/imageattachment.html
+ 4
- 0
netbox/templates/extras/imageattachment.html
Vedi File
@@ -0,0 +1,4 @@
+{% extends 'generic/object.html' %}
+
+{% block tabs %}
+{% endblock %}