improved cache progress percentage
This commit is contained in:
parent
f110c81ba3
commit
2d68ad6a2b
@ -39,7 +39,7 @@
|
|||||||
<q-item-section class="">
|
<q-item-section class="">
|
||||||
<q-linear-progress rounded style="height: 15px" :value="startedCache.progress" color="primary" class=""/>
|
<q-linear-progress rounded style="height: 15px" :value="startedCache.progress" color="primary" class=""/>
|
||||||
<q-item-label class="q-pt-xs" caption>
|
<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-label>
|
||||||
</q-item-section>
|
</q-item-section>
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user