File tree 1 file changed +1
-1
lines changed
src/app/mbs/module-detail
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ <h2 class="title">Module #{{ module.id }}</h2>
13
13
< li *ngIf ="module.state_name == 'garbage' " class ="build-tracker-failed "> Garbage</ li >
14
14
</ ul >
15
15
<!-- Tracker if the build has succeeded -->
16
- < ul *ngIf ="module.state_name != 'failed' " class ="build-tracker ">
16
+ < ul *ngIf ="module.state_name != 'failed' && module.state_name != 'garbage' " class ="build-tracker ">
17
17
< li [ngClass] ="{'build-tracker-step-done': module.state > 0, 'build-tracker-step-active': module.state == 0} "> Init</ li >
18
18
< li [ngClass] ="{'build-tracker-step-done': module.state > 1, 'build-tracker-step-active': module.state == 1} "> Wait</ li >
19
19
< li [ngClass] ="{'build-tracker-step-done': module.state > 2, 'build-tracker-step-active': module.state == 2} "> Build</ li >
You can’t perform that action at this time.
0 commit comments