mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Fixes #7072: Fix table configuration under prefix child object views
This commit is contained in:
@@ -401,7 +401,7 @@ def badge(value, bg_class='secondary', show_empty=False):
|
||||
def table_config_form(table, table_name=None):
|
||||
return {
|
||||
'table_name': table_name or table.__class__.__name__,
|
||||
'table_config_form': TableConfigForm(table=table),
|
||||
'form': TableConfigForm(table=table),
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user