Skip to content

Commit 328565b

Browse files
authored
fix(ui): loader path (#5044)
Signed-off-by: Yvonnick Esnault <yvonnick.esnault@corp.ovh.com>
1 parent 320bf76 commit 328565b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/app/shared/status/status.icon.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<div class="status-icon" [ngSwitch]="status">
22
<div class="wrapper">
33
<ng-container *ngSwitchCase="pipelineStatusEnum.BUILDING">
4-
<img id="gifloader" height="24" width="24" src="/assets/images/loader.gif">
4+
<img id="gifloader" height="24" width="24" src="./assets/images/loader.gif">
55
</ng-container>
66
<i class="check green icon" *ngSwitchCase="pipelineStatusEnum.SUCCESS"></i>
77
<ng-container *ngSwitchCase="pipelineStatusEnum.FAIL">

0 commit comments

Comments
 (0)