mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2024-12-17 05:56:29 +00:00
remove mr for status icon
This commit is contained in:
parent
14af963e54
commit
fab27dedcd
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<ListItem v-if="pipeline" class="p-0 w-full">
|
||||
<div class="flex items-center md:mr-4 w-11">
|
||||
<div class="flex items-center w-11">
|
||||
<div
|
||||
class="w-3 h-full"
|
||||
:class="{
|
||||
|
|
Loading…
Reference in a new issue