Skip to content
This repository has been archived by the owner on Oct 25, 2019. It is now read-only.

Commit

Permalink
fixed broken loading gif on details page
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmohleji committed May 31, 2018
1 parent 557e4d5 commit 322c2d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@
</div>
<div data-ng-if="serviceNowQueryTile.gridOptions && !serviceNowQueryTile.loading" ui-grid="serviceNowQueryTile.gridOptions" class="grid-container" />
<div data-ng-if="serviceNowQueryTile.loading" class="spinner" style="text-align: center">
<img src="static/@project.version@/img/big-ajax-loader.gif" alt="Loading..." />
<img src="static/@project.version@/styles/img/big-ajax-loader.gif" alt="Loading..." />
</div>
</div>

0 comments on commit 322c2d9

Please sign in to comment.