mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-20 19:19:22 -06:00
Fix device component changelog display
This commit is contained in:
parent
2001cfe864
commit
8695714c65
@ -296,6 +296,7 @@ class ObjectChangeLogView(View):
|
|||||||
|
|
||||||
return render(request, 'extras/object_changelog.html', {
|
return render(request, 'extras/object_changelog.html', {
|
||||||
object_var: obj,
|
object_var: obj,
|
||||||
|
'instance': obj, # We'll eventually standardize on 'instance` for the object variable name
|
||||||
'table': objectchanges_table,
|
'table': objectchanges_table,
|
||||||
'base_template': base_template,
|
'base_template': base_template,
|
||||||
'active_tab': 'changelog',
|
'active_tab': 'changelog',
|
||||||
|
Loading…
Reference in New Issue
Block a user