mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-10-21 18:55:02 +00:00
Do not show pipeline name if it's a single file (#1069)
This commit is contained in:
@@ -42,7 +42,7 @@
|
|||||||
<div class="md:absolute top-0 left-0 w-full">
|
<div class="md:absolute top-0 left-0 w-full">
|
||||||
<div v-for="proc in build.procs" :key="proc.id">
|
<div v-for="proc in build.procs" :key="proc.id">
|
||||||
<div class="p-4 pb-1 flex flex-wrap items-center justify-between">
|
<div class="p-4 pb-1 flex flex-wrap items-center justify-between">
|
||||||
<div class="flex items-center">
|
<div v-if="build.procs.length > 1" class="flex items-center">
|
||||||
<span class="ml-2">{{ proc.name }}</span>
|
<span class="ml-2">{{ proc.name }}</span>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="proc.environ" class="text-xs">
|
<div v-if="proc.environ" class="text-xs">
|
||||||
|
Reference in New Issue
Block a user