Skip to content

Commit

Permalink
fix(ui): loader path (#5044)
Browse files Browse the repository at this point in the history
Signed-off-by: Yvonnick Esnault <[email protected]>
  • Loading branch information
yesnault authored Mar 4, 2020
1 parent 320bf76 commit 328565b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/shared/status/status.icon.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="status-icon" [ngSwitch]="status">
<div class="wrapper">
<ng-container *ngSwitchCase="pipelineStatusEnum.BUILDING">
<img id="gifloader" height="24" width="24" src="/assets/images/loader.gif">
<img id="gifloader" height="24" width="24" src="./assets/images/loader.gif">
</ng-container>
<i class="check green icon" *ngSwitchCase="pipelineStatusEnum.SUCCESS"></i>
<ng-container *ngSwitchCase="pipelineStatusEnum.FAIL">
Expand Down

0 comments on commit 328565b

Please sign in to comment.