feat(itim): Add attribute table_fields to Service model
ref: #248 #345 #346
This commit is contained in:
@ -317,11 +317,13 @@ class Service(TenancyObject):
|
||||
},
|
||||
]
|
||||
|
||||
|
||||
table_fields: list = [
|
||||
"nbsp",
|
||||
"name",
|
||||
"port",
|
||||
"nbsp"
|
||||
'name',
|
||||
'deployed_to'
|
||||
'organization',
|
||||
'created',
|
||||
'modified'
|
||||
]
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user