Merge branch '28229-pipelines-loading-icon' into 'master'

Centers loading icon vertically and horizontally in pipelines table in commit view

Closes #28229

See merge request !9256
This commit is contained in:
Annabel Dunstone Gray 2017-02-15 15:29:24 +00:00
commit 4ca6a719a9
2 changed files with 7 additions and 2 deletions

View file

@ -81,8 +81,8 @@ require('./pipelines_store');
},
template: `
<div>
<div class="pipelines realtime-loading" v-if="isLoading">
<div class="pipelines">
<div class="realtime-loading" v-if="isLoading">
<i class="fa fa-spinner fa-spin"></i>
</div>

View file

@ -0,0 +1,5 @@
---
title: Centers loading icon vertically and horizontally in pipelines table in commit
view
merge_request:
author: