ソースを参照

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

Abhimanyu Saharan 2 年 前
コミット
ea107b6b86
1 ファイル変更4 行追加0 行削除
  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 %}