feat(itim): Add table_fields to Service Model

ref:  #345 #346
This commit is contained in:
2024-10-12 22:22:38 +09:30
parent 4a27360b7c
commit 8b0bcfa886
2 changed files with 10 additions and 1 deletions

View File

@ -199,6 +199,15 @@ class Service(TenancyObject):
modified = AutoLastModifiedField()
table_fields: list = [
"nbsp",
"name",
"port",
"nbsp"
]
@property
def config_variables(self):