|
@@ -241,10 +241,11 @@ class ProviderTable(tables.Table):
|
|
|
"class": "table table-layout-fixed"
|
|
|
}
|
|
|
exclude = (
|
|
|
- 'type',
|
|
|
'id_metaservice',
|
|
|
+ 'gap',
|
|
|
'requirements',
|
|
|
- 'ticket_status',
|
|
|
+ 'status',
|
|
|
+ 'service_status',
|
|
|
'location_type',
|
|
|
'default_location',
|
|
|
'is_global',
|
|
@@ -304,7 +305,7 @@ class ServiceTariffTable(tables.Table):
|
|
|
}
|
|
|
exclude = (
|
|
|
'resource',
|
|
|
- 'price_alg',
|
|
|
+ 'price_type',
|
|
|
'price_min',
|
|
|
'price_amount',
|
|
|
'id_metaservice',
|
|
@@ -443,7 +444,7 @@ class ServiceTable(tables.Table):
|
|
|
'resource',
|
|
|
'requirements',
|
|
|
'id_metaservice',
|
|
|
- 'price_alg',
|
|
|
+ 'price_type',
|
|
|
'ticket_status',
|
|
|
'is_global',
|
|
|
'is_visible'
|