1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00

Fix device component changelog display

This commit is contained in:
Jeremy Stretch
2020-06-25 12:09:56 -04:00
parent 2001cfe864
commit 8695714c65

View File

@ -296,6 +296,7 @@ class ObjectChangeLogView(View):
return render(request, 'extras/object_changelog.html', {
object_var: obj,
'instance': obj, # We'll eventually standardize on 'instance` for the object variable name
'table': objectchanges_table,
'base_template': base_template,
'active_tab': 'changelog',