Skip to content

Commit

Permalink
fix: auth role to be aligned with launch plan and be editable by user (
Browse files Browse the repository at this point in the history
…#236)

* fix: auth role to be aligned with launch plan and be editable by user

Signed-off-by: csirius <[email protected]>

* feat: add labels and annotations to advanced options

Signed-off-by: csirius <[email protected]>

* feat: update labels and annotations update from execution spec

Signed-off-by: csirius <[email protected]>
  • Loading branch information
govalt authored Nov 19, 2021
1 parent 6c4ed0d commit afc2ae4
Show file tree
Hide file tree
Showing 9 changed files with 282 additions and 170 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ function useRelaunchWorkflowFormState({
launchPlan,
disableAll,
maxParallelism,
qualityOfService
labels,
annotations
}
} = execution;
const workflow = await apiContext.getWorkflow(workflowId);
Expand All @@ -56,7 +57,8 @@ function useRelaunchWorkflowFormState({
workflowId,
disableAll,
maxParallelism,
qualityOfService
labels,
annotations
};
}
},
Expand Down
Loading

0 comments on commit afc2ae4

Please sign in to comment.