Skip to content

Commit

Permalink
fix: restore run template label accidentally removed from ScenarioNode
Browse files Browse the repository at this point in the history
  • Loading branch information
csm-thu committed Dec 15, 2023
1 parent be6ce91 commit 7312a39
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/cards/ScenarioNode/ScenarioNode.js
Original file line number Diff line number Diff line change
Expand Up @@ -260,6 +260,10 @@ export const ScenarioNode = ({
<AccordionDetails className={classes.scenarioDetailsContainer}>
<div className={classes.scenarioDetailsNameLine}>{getScenarioDetailNameLine(true)}</div>
{getDetailedStatus()}
<Typography className={classes.cardLabel}>{labels.runTemplateLabel ?? 'Run type:'}</Typography>
<Typography data-cy="scenario-run-template" className={classes.runTemplateName}>
{scenario.runTemplateName}
</Typography>
<Typography className={classes.cardLabel}>{labels.dataset}</Typography>
<Typography>
<span data-cy="scenario-datasets" className={classes.datasets}>
Expand Down

0 comments on commit 7312a39

Please sign in to comment.