We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13f272f commit c7837a1Copy full SHA for c7837a1
frontend/src/views/overview/index.vue
@@ -37,16 +37,6 @@
37
<span v-else>
38
unknown
39
</span><br/>
40
- <i class="fa fa-exchange"></i>
41
- <span style="color: #b1adad;">
42
- Trigger Token:
43
- </span>
44
- <span v-if="pipeline.p.trigger_token !== ''">
45
- {{ pipeline.p.trigger_token }}
46
47
- <span v-else>
48
- unknown
49
- </span><br/>
50
<i class="fa fa-tags"></i>
51
<span style="color: #b1adad;">
52
Tags:
@@ -311,11 +301,6 @@ export default {
311
301
}
312
302
313
303
.pipeline-hr {
314
- background-image: linear-gradient(
315
- to right,
316
- black 33%,
317
- rgba(255, 255, 255, 0) 0%
318
- );
319
304
background-position: bottom;
320
305
background-size: 3px 1px;
321
306
background-repeat: repeat-x;
0 commit comments