feat(itim): Add attribute table_fields to Cluster Type model
ref: #248 #345 #346
This commit is contained in:
@ -109,6 +109,15 @@ class ClusterType(TenancyObject):
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
table_fields: list = [
|
||||
'name',
|
||||
'organization',
|
||||
'created',
|
||||
'modified'
|
||||
]
|
||||
|
||||
|
||||
def __str__(self):
|
||||
|
||||
return self.name
|
||||
|
Reference in New Issue
Block a user