Merge branch 'develop' into feature

This commit is contained in:
jeremystretch
2021-05-07 10:27:23 -04:00
26 changed files with 103 additions and 111 deletions

View File

@@ -30,7 +30,7 @@ __all__ = (
# Cluster types
#
@extras_features('custom_fields', 'export_templates', 'webhooks')
@extras_features('custom_fields', 'custom_links', 'export_templates', 'webhooks')
class ClusterType(OrganizationalModel):
"""
A type of Cluster.
@@ -73,7 +73,7 @@ class ClusterType(OrganizationalModel):
# Cluster groups
#
@extras_features('custom_fields', 'export_templates', 'webhooks')
@extras_features('custom_fields', 'custom_links', 'export_templates', 'webhooks')
class ClusterGroup(OrganizationalModel):
"""
An organizational group of Clusters.