mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-11-26 11:51:02 +00:00
Do not show pipeline name if it's a single file (#1069)
This commit is contained in:
parent
a46723334b
commit
22214f5a43
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@
|
|||
<div class="md:absolute top-0 left-0 w-full">
|
||||
<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="flex items-center">
|
||||
<div v-if="build.procs.length > 1" class="flex items-center">
|
||||
<span class="ml-2">{{ proc.name }}</span>
|
||||
</div>
|
||||
<div v-if="proc.environ" class="text-xs">
|
||||
|
|
Loading…
Reference in a new issue