Skip to content

[Feature]: Add showing information balloon for Run status#2780

Closed
olgenn wants to merge 1 commit intomasterfrom
2752_run_status_info
Closed

[Feature]: Add showing information balloon for Run status#2780
olgenn wants to merge 1 commit intomasterfrom
2752_run_status_info

Conversation

@olgenn
Copy link
Copy Markdown
Collaborator

@olgenn olgenn commented Jun 9, 2025

Close #2752

@olgenn olgenn requested a review from peterschmidt85 June 9, 2025 20:06
@olgenn olgenn self-assigned this Jun 9, 2025
position="top"
size="medium"
triggerType="custom"
content={<Box>Type your text here</Box>}
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should ne diffrent depending on the value

const terminationReason = finishedRunStatuses.includes(run.status) ? run.latest_job_submission?.termination_reason : null;

const isShowInfo = ['no offers', 'error'].includes(run.latest_job_submission?.status_message ?? '');

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also for interrupted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature]: Add showing information balloon for Run status

2 participants