This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
LBP
/
netbox
espejo de
https://github.com/netbox-community/netbox.git
Seguir
2
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
adds object view to allow changelog page to be opened
#13463
Abhimanyu Saharan
hace 2 años
padre
b9b9c065cc
commit
ea107b6b86
Se han
modificado 1 ficheros
con
4 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
4
0
netbox/templates/extras/imageattachment.html
+ 4
- 0
netbox/templates/extras/imageattachment.html
Ver fichero
@@ -0,0 +1,4 @@
+{% extends 'generic/object.html' %}
+
+{% block tabs %}
+{% endblock %}