We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2094326 commit 9fd9f3eCopy full SHA for 9fd9f3e
3 files changed
server/frontend/src/components/Buckets/ReportPreviewRow.vue
@@ -83,6 +83,7 @@
83
)
84
}}
85
</td>
86
+ <td>{{ report.country ?? "n/a" }}</td>
87
</tr>
88
</template>
89
server/frontend/src/components/Buckets/View.vue
@@ -191,6 +191,7 @@
191
<th>ML Label</th>
192
<th>Product</th>
193
<th>ETP & PBM</th>
194
+ <th>Country</th>
195
196
</thead>
197
<tbody>
server/reportmanager/serializers.py
@@ -213,6 +213,7 @@ class Meta:
213
"comments",
214
"comments_translated",
215
"comments_original_language",
216
+ "country",
217
"details",
218
"id",
219
"ml_valid_probability",
0 commit comments