mirror of
https://github.com/netbox-community/netbox.git
synced 2024-05-10 07:54:54 +00:00
Closes #7784: Support cluster type assignment for config contexts
This commit is contained in:
@ -285,6 +285,7 @@ class ConfigContextView(generic.ObjectView):
|
||||
('Device Types', instance.device_types.all),
|
||||
('Roles', instance.roles.all),
|
||||
('Platforms', instance.platforms.all),
|
||||
('Cluster Types', instance.cluster_types.all),
|
||||
('Cluster Groups', instance.cluster_groups.all),
|
||||
('Clusters', instance.clusters.all),
|
||||
('Tenant Groups', instance.tenant_groups.all),
|
||||
|
Reference in New Issue
Block a user