Skip to content

Commit

Permalink
feat: add style for functionDownloading
Browse files Browse the repository at this point in the history
Signed-off-by: Guilhem Barthés <guilhem.barthes@owkin.com>
  • Loading branch information
guilhem-barthes committed Apr 10, 2024
1 parent 8933528 commit 3edc7b7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/routes/tasks/TasksUtils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,13 @@ export const getStepInfo = (step: TaskStep): StepInfoT => {
description:
'Get the assets (dataset, models) to the directory that will be shared with the task container.',
};
case TaskStep.functionDownloading:
return {
title: 'Downloading function',
color: 'teal.500',
description:
'If the image has been built on another node, the organization executing the task has to download the function from the other organization.',
};
case TaskStep.taskExecution:
return {
title: 'Task execution',
Expand Down

0 comments on commit 3edc7b7

Please sign in to comment.