Skip to content

Commit

Permalink
GUI Run logs page, nested runs chart: rename "jobs" to "nodes"
Browse files Browse the repository at this point in the history
  • Loading branch information
rodichenko committed Dec 6, 2024
1 parent cd92fcc commit e1ee2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/runs/logs/forms/NestedRunsModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ function getHoveredElementsInfo (hoveredItems = [], styles = {}) {
)
}
<span className={styles.dataset}>
Jobs:
Nodes:
</span>
<span className={styles.value}>
{min === max ? min : `${min} - ${max}`}
Expand Down

0 comments on commit e1ee2d5

Please sign in to comment.