feat(itim): Add attribute table_fields to Service model

ref:  #248 #345 #346
This commit is contained in:
2024-10-13 18:21:30 +09:30
parent 8058369276
commit 5cbb081462

View File

@ -317,11 +317,13 @@ class Service(TenancyObject):
},
]
table_fields: list = [
"nbsp",
"name",
"port",
"nbsp"
'name',
'deployed_to'
'organization',
'created',
'modified'
]