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 summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
amitmohleji committed May 31, 2018
1 parent 322c2d9 commit 168fa0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</div>

<div 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 168fa0b

Please sign in to comment.