improved cache progress percentage

This commit is contained in:
Timo Volkmann 2019-05-10 17:55:06 +02:00
parent f110c81ba3
commit 2d68ad6a2b

View File

@ -39,7 +39,7 @@
<q-item-section class="">
<q-linear-progress rounded style="height: 15px" :value="startedCache.progress" color="primary" class=""/>
<q-item-label class="q-pt-xs" caption>
{{ startedCache.progress * 100 }}% bereits geschafft
{{ Math.round(startedCache.progress * 100) }}% bereits geschafft
</q-item-label>
</q-item-section>