Skip to content

Commit

Permalink
feat: add gapit version to about/manifest view
Browse files Browse the repository at this point in the history
  • Loading branch information
sbgap committed Jul 2, 2024
1 parent 7bc26be commit 6edcfc4
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/components/Manifest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
>
<td class="text-xs-center">
{{ version }}
<br>
{{ gapitVersion }}
</td>
<td>
<span class="hidden-sm-and-down">{{ application | capitalize }} {{ $t('API') }} </span>{{ props.item.release }}
<br>
{{ gapitVersion }}
</td>
<td>{{ props.item.build }}</td>
<td>
Expand Down Expand Up @@ -92,6 +96,9 @@ export default {
version() {
return process.env.VUE_APP_VERSION || 'dev'
},
gapitVersion() {
return this.$config.version || 'dev'
},
refresh() {
return this.$store.state.refresh
}
Expand Down

0 comments on commit 6edcfc4

Please sign in to comment.