Skip to content

Commit

Permalink
Update queued status icon
Browse files Browse the repository at this point in the history
  • Loading branch information
AllenBW committed Jun 19, 2017
1 parent 2ea16fe commit ff26362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/shared/icon-status.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export const IconStatusComponent = {
tooltip-popup-delay="1000"
tooltip-placement="bottom" />
<span ng-if="vm.isInprogress" class="spinner spinner-xs spinner-inline"/>
<i class="fa fa-clock-o" ng-if="vm.isQueued"
<i class="fa fa-hourglass-half" ng-if="vm.isQueued"
uib-tooltip="{{vm.status}}"
tooltip-append-to-body="true"
tooltip-popup-delay="1000"
Expand Down

0 comments on commit ff26362

Please sign in to comment.