Skip to content

Commit

Permalink
reverting to cogs for the pipeline saving button (#4715)
Browse files Browse the repository at this point in the history
  • Loading branch information
archana-s authored and Justin Reynolds committed Jan 23, 2018
1 parent 6838ab0 commit e5a3a7d
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -134,7 +134,7 @@ <h3>
<span class="fa fa-check-circle-o"></span> Save Changes
</span>
<span ng-if="viewState.saving" class="pulsing">
<loading-spinner size="'nano'"></loading-spinner> Saving&hellip;
<span class="fa fa-cog fa-spin"></span> Saving&hellip;
</span>
</button>
<span ng-if="!pipeline.locked && !viewState.isDirty" class="btn btn-link disabled"><span class="fa fa-check-circle-o"></span> In sync with server</span>
Expand Down

0 comments on commit e5a3a7d

Please sign in to comment.