Skip to content
Snippets Groups Projects
Commit 243717c0 authored by Regis's avatar Regis
Browse files

conditional show

parent f46acfc7
Branches
Tags
2 merge requests!7857WIP: Realtime pipeline index vue,!7196Pipelines Vue
Loading
Loading
@@ -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>
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment