mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Add template_language field to Graph
This commit is contained in:
@ -131,10 +131,10 @@ class CustomLinkAdmin(admin.ModelAdmin):
|
||||
@admin.register(Graph, site=admin_site)
|
||||
class GraphAdmin(admin.ModelAdmin):
|
||||
list_display = [
|
||||
'name', 'type', 'weight', 'source',
|
||||
'name', 'type', 'weight', 'template_language', 'source',
|
||||
]
|
||||
list_filter = [
|
||||
'type',
|
||||
'type', 'template_language',
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user