feat(itim): Add attribute table_field to Cluster model

ref:  #248 #345 #346
This commit is contained in:
2024-10-13 18:00:01 +09:30
parent 939424788f
commit 54796badc9

View File

@ -213,6 +213,17 @@ class Cluster(TenancyObject):
},
]
table_fields: list = [
'name',
'parent_cluster',
'cluster_type',
'organization',
'created',
'modified'
]
@property
def rendered_config(self):