Skip to content

Commit

Permalink
🐛 Change Preemption column tooltip to indicate that tasks are re-sche…
Browse files Browse the repository at this point in the history
…duled (#2059)

Resolves: #2053

Signed-off-by: Radoslaw Szwajkowski <[email protected]>
  • Loading branch information
rszwajko authored Aug 30, 2024
1 parent 0406cf4 commit 236cf63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/public/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@
},
"tooltip": {
"priority": "Tasks priority, a non-negative number, impacts tasks scheduling policy. Lowest priority is 0. Higher priority tasks run before lower priority tasks.",
"preemption": "If enabled, allows the scheduler to cancel a running task and free the resources for higher priority tasks."
"preemption": "If enabled, allows the scheduler to reschedule other running tasks to free cluster resources needed to run higher priority tasks."
},
"validation": {
"email": "This field requires a valid email.",
Expand Down

0 comments on commit 236cf63

Please sign in to comment.