|
@@ -176,7 +176,7 @@ class CommentsTable(tables.Table):
|
|
|
|
|
|
|
|
|
|
class Meta:
|
|
class Meta:
|
|
- model = Comments
|
|
|
|
|
|
+ model = ServiceType
|
|
attrs = {"class": "table table-layout-fixed text-start"}
|
|
attrs = {"class": "table table-layout-fixed text-start"}
|
|
exclude = ('ticket_status',
|
|
exclude = ('ticket_status',
|
|
'is_global', 'is_visible')
|
|
'is_global', 'is_visible')
|