BigW Consortium Gitlab

Commit 243717c0 by Regis

conditional show

parent f46acfc7
......@@ -4,7 +4,12 @@
gl.VuePipeLines = Vue.extend({
props: ['pipelines', 'count'],
template: `
<section class="table-holder">
<section v-if='pipes === false'>
<div class="nothing-here-block">
No pipelines to show
</div>
</section>
<section v-else class="table-holder">
<table class="table ci-table">
<tr>
<th>Status</th>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment