Skip to content

Commit

Permalink
display topic hierarchy directly on datasets page (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis authored Mar 12, 2023
1 parent 3d2c8cf commit eeda071
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/Datasets.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@
</v-col>
<v-col class="flex-nowrap">
<span class="pt-2">
<strong>{{ $t("datasets.topic") + " : " }}</strong>
<code>{{ item.id }}</code>
<strong>{{ $t("datasets.topic") + ": " }}</strong>
<code>{{ item.properties['wmo:topicHierarchy'] }}</code>
</span>
</v-col>
<v-col>
Expand Down

0 comments on commit eeda071

Please sign in to comment.