feat(itim): Add attribute table_field to Cluster model
ref: #248 #345 #346
This commit is contained in:
@ -213,6 +213,17 @@ class Cluster(TenancyObject):
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
table_fields: list = [
|
||||
'name',
|
||||
'parent_cluster',
|
||||
'cluster_type',
|
||||
'organization',
|
||||
'created',
|
||||
'modified'
|
||||
]
|
||||
|
||||
|
||||
@property
|
||||
def rendered_config(self):
|
||||
|
||||
|
Reference in New Issue
Block a user