Skip to content

Commit 8dc1441

Browse files
committed
Show report countries in bucket view
1 parent 2094326 commit 8dc1441

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

server/frontend/src/components/Buckets/ReportPreviewRow.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@
8383
)
8484
}}
8585
</td>
86+
<td>{{ report.country ?? "n/a" }}</td>
8687
</tr>
8788
</template>
8889

server/frontend/src/components/Buckets/View.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@
191191
<th>ML Label</th>
192192
<th>Product</th>
193193
<th>ETP &amp; PBM</th>
194+
<th>Country</th>
194195
</tr>
195196
</thead>
196197
<tbody>

server/reportmanager/serializers.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ class Meta:
213213
"comments",
214214
"comments_translated",
215215
"comments_original_language",
216+
"country",
216217
"details",
217218
"id",
218219
"ml_valid_probability",

0 commit comments

Comments
 (0)