Commit 7eca523e authored by Regis's avatar Regis

change 'pipelines.length' logic for spinner

parent a812a915
...@@ -72,7 +72,7 @@ ...@@ -72,7 +72,7 @@
<div class="pipelines realtime-loading" v-if='pipelines.length < 1'> <div class="pipelines realtime-loading" v-if='pipelines.length < 1'>
<i class="fa fa-spinner fa-spin"></i> <i class="fa fa-spinner fa-spin"></i>
</div> </div>
<div class="table-holder" v-if='pipelines.length > 0'> <div class="table-holder" v-if='pipelines.length'>
<table class="table ci-table"> <table class="table ci-table">
<thead> <thead>
<tr> <tr>
......
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