mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-17 17:22:17 -06:00
19380 call configure on embedded tables (#19390)
* 19380 call configure on embedded tables * 19380 call configure on embedded tables * 19380 call configure on embedded tables
This commit is contained in:
@@ -452,10 +452,12 @@ class L2VPNView(generic.ObjectView):
|
||||
instance.import_targets.prefetch_related('tenant'),
|
||||
orderable=False
|
||||
)
|
||||
import_targets_table.configure(request)
|
||||
export_targets_table = RouteTargetTable(
|
||||
instance.export_targets.prefetch_related('tenant'),
|
||||
orderable=False
|
||||
)
|
||||
export_targets_table.configure(request)
|
||||
|
||||
return {
|
||||
'import_targets_table': import_targets_table,
|
||||
|
||||
Reference in New Issue
Block a user