mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-30 06:16:01 +00:00
Use icons for step and workflow states (#1409)
Co-authored-by: 6543 <6543@obermui.de>
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
/>
|
||||
<div class="w-8 flex flex-wrap justify-between items-center h-full">
|
||||
<PipelineRunningIcon v-if="pipeline.status === 'started' || pipeline.status === 'running'" />
|
||||
<PipelineStatusIcon v-else class="mx-2 md:mx-3" :pipeline="pipeline" />
|
||||
<PipelineStatusIcon v-else class="mx-2 md:mx-3" :status="pipeline.status" />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user