Skip to content

Commit

Permalink
Added table values #1276
Browse files Browse the repository at this point in the history
  • Loading branch information
jlpereira committed Jan 14, 2020
1 parent ee8f6d6 commit 77518dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/javascript/vue/components/georeferences/list.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
<thead>
<tr>
<th>Georeference ID</th>
<th>Shape</th>
<th>Error radius</th>
<th>Type</th>
<th></th>
</tr>
Expand All @@ -17,6 +19,8 @@
class="list-complete-item">
<td>{{ item.id }}</td>
<td>{{ item.geo_json.geometry.type }}</td>
<td>{{ item.error_radius }}</td>
<td>{{ item.type }}</td>
<td class="vue-table-options">
<radial-annotator
:global-id="item.global_id"/>
Expand Down

0 comments on commit 77518dc

Please sign in to comment.