We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 320bf76 commit 328565bCopy full SHA for 328565b
ui/src/app/shared/status/status.icon.html
@@ -1,7 +1,7 @@
1
<div class="status-icon" [ngSwitch]="status">
2
<div class="wrapper">
3
<ng-container *ngSwitchCase="pipelineStatusEnum.BUILDING">
4
- <img id="gifloader" height="24" width="24" src="/assets/images/loader.gif">
+ <img id="gifloader" height="24" width="24" src="./assets/images/loader.gif">
5
</ng-container>
6
<i class="check green icon" *ngSwitchCase="pipelineStatusEnum.SUCCESS"></i>
7
<ng-container *ngSwitchCase="pipelineStatusEnum.FAIL">
0 commit comments