File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
ui/src/app/views/workflow/run/node/pipeline Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1212 < ul >
1313 < li *ngFor ="let j of stage.jobs ">
1414 < div class ="job ui segment pointing "
15- [class.active] ="currentJob.pipeline_action_id === j.pipeline_action_id "
15+ [class.active] ="currentJob? .pipeline_action_id === j.pipeline_action_id "
1616 [class.success] ="mapJobStatus?.get(j.pipeline_action_id) && mapJobStatus?.get(j.pipeline_action_id).status === pipelineStatusEnum.SUCCESS "
1717 [class.inactive] ="mapJobStatus?.get(j.pipeline_action_id) && (mapJobStatus?.get(j.pipeline_action_id).status === pipelineStatusEnum.DISABLED || mapJobStatus?.get(j.pipeline_action_id).status === pipelineStatusEnum.SKIPPED) "
1818 [class.fail] ="mapJobStatus?.get(j.pipeline_action_id) && mapJobStatus?.get(j.pipeline_action_id).status === pipelineStatusEnum.FAIL "
You can’t perform that action at this time.
0 commit comments