feat(itim): Add attribute table_fields to Cluster Type model

ref:  #248 #345 #346
This commit is contained in:
2024-10-13 18:05:44 +09:30
parent 790cbaf452
commit 8f410b370d

View File

@ -109,6 +109,15 @@ class ClusterType(TenancyObject):
},
]
table_fields: list = [
'name',
'organization',
'created',
'modified'
]
def __str__(self):
return self.name