Centers loading icon vertically and horizontally in pipelines table in commit view
This commit is contained in:
parent
511329a68c
commit
8fa175613d
2 changed files with 7 additions and 2 deletions
|
@ -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>
|
||||
|
||||
|
|
5
changelogs/unreleased/28229-pipelines-loading-icon.yml
Normal file
5
changelogs/unreleased/28229-pipelines-loading-icon.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Centers loading icon vertically and horizontally in pipelines table in commit
|
||||
view
|
||||
merge_request:
|
||||
author:
|
Loading…
Reference in a new issue