Skip to content

Commit

Permalink
Show percentage in the Download progress bar
Browse files Browse the repository at this point in the history
  • Loading branch information
danigm committed Jul 13, 2022
1 parent 16d2777 commit ebc1b8a
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions packages/eos-components/src/components/InstallContentModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,15 @@
</b-col>
<b-col>
<b-progress
:value="progress"
:max="100"
showProgress
animated
/>
>
<b-progress-bar
:value="progress"
animated
>
{{ progress.toFixed(2) }}%
</b-progress-bar>
</b-progress>
</b-col>
</b-row>

Expand Down

0 comments on commit ebc1b8a

Please sign in to comment.