mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-01-05 10:20:36 +02:00
Hide queue visualization if nothing to show (#3003)
This commit is contained in:
parent
acec955943
commit
d82e151440
@ -15,7 +15,7 @@
|
|||||||
{{ stats.completed_count }}
|
{{ stats.completed_count }}
|
||||||
</h4>
|
</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="pb-4 lg:pb-6">
|
<div v-if="total > 0" class="pb-4 lg:pb-6">
|
||||||
<div class="overflow-hidden rounded-full h-3 flex transition-all duration-500">
|
<div class="overflow-hidden rounded-full h-3 flex transition-all duration-500">
|
||||||
<div
|
<div
|
||||||
v-for="item in data"
|
v-for="item in data"
|
||||||
|
Loading…
Reference in New Issue
Block a user