Browse Source

Merge branch 'unstable' of blezz-tech/sharix-open-webapp-base into unstable

Панюкова Александра Анатольевна 2 tháng trước cách đây
mục cha
commit
e748aec8be
1 tập tin đã thay đổi với 8 bổ sung2 xóa
  1. 8 2
      sharix_admin/tables.py

+ 8 - 2
sharix_admin/tables.py

@@ -60,8 +60,14 @@ class ResourceTable(tables.Table):
     class Meta:
         model = Resource
         attrs = {"class": "table table-layout-fixed"}
-        exclude = ('type_id','requirements','ticket_status', 'id_metaservice', 
-                   'is_global', 'is_visible')
+        exclude = (
+            'id_metaservice',
+            'resoure_type',
+            'requirements',
+            'is_global',
+            'is_visible',
+            'ticket_status'
+        )
 
     def render_check(self, value, record):
         if record.status == 'active':