Do not show pipeline name if it's a single file (#1069)

This commit is contained in:
qwerty287 2022-08-15 15:53:36 +02:00 committed by GitHub
parent a46723334b
commit 22214f5a43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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">