Skip to content

Commit

Permalink
fix:Fix ks-devops issue 859, add link for aborted status pipelinerun (#…
Browse files Browse the repository at this point in the history
…4029)

fix:fix ks-devops issue 859, add link for aborted status pipelinerun

Signed-off-by: yazhou <git@yazhou.io>

Signed-off-by: yazhou <git@yazhou.io>
  • Loading branch information
yazhouio authored Jan 11, 2023
1 parent 9c732ae commit 17e0026
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ export default class Activity extends React.Component {
width: '15%',
key: 'status',
render: record =>
record.result === 'ABORTED' || !record.result ? (
getPipelineStatus(record)?.type === 'nostatus' || !record.result ? (
<Status {...getPipelineStatus(record)} />
) : (
<Link className="item-name" to={this.getRunhref(record)}>
Expand Down

0 comments on commit 17e0026

Please sign in to comment.