Fix graph:type choices under /api/extras/_choices/
This commit is contained in:
@@ -42,6 +42,14 @@ CUSTOMLINK_MODELS = [
|
||||
'virtualization.virtualmachine',
|
||||
]
|
||||
|
||||
# Models which can have Graphs associated with them
|
||||
GRAPH_MODELS = (
|
||||
'circuits.provider',
|
||||
'dcim.device',
|
||||
'dcim.interface',
|
||||
'dcim.site',
|
||||
)
|
||||
|
||||
# Models which support export templates
|
||||
EXPORTTEMPLATE_MODELS = [
|
||||
'circuits.circuit',
|
||||
|
Reference in New Issue
Block a user