Explorar el Código

adds object view to allow changelog page to be opened #13463

Abhimanyu Saharan hace 2 años
padre
commit
ea107b6b86
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      netbox/templates/extras/imageattachment.html

+ 4 - 0
netbox/templates/extras/imageattachment.html

@@ -0,0 +1,4 @@
+{% extends 'generic/object.html' %}
+
+{% block tabs %}
+{% endblock %}