mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-29 11:21:49 -05:00
Refactors EE Lookup to support prompting. Adds prompting for EE to JT form
Adds prompt on launch buttons to labels, forks, job slicing, timeout, and instance groups Adds prompting for labels on workflow job template Updates flags that denote when prompting is necessary in various places Adds prompting support for timeout, job slicing, forks, labels, instance groups and execution environments to the prompt details Show prompted ee, forks, job slice and labels on schedule details Adds support for ee, labels, forks, job slicing and timeout prompting to the node view modal Add default values when prompting for ee's, forks, job slicing and timeout Adds launch prompt step for execution environments Adds fields for timeout, job slicing and forks to other prompts step of launch
This commit is contained in:
@@ -225,6 +225,12 @@ function ScheduleForm({
|
||||
launchConfig.ask_scm_branch_on_launch ||
|
||||
launchConfig.ask_tags_on_launch ||
|
||||
launchConfig.ask_skip_tags_on_launch ||
|
||||
launchConfig.ask_execution_environment_on_launch ||
|
||||
launchConfig.ask_labels_on_launch ||
|
||||
launchConfig.ask_forks_on_launch ||
|
||||
launchConfig.ask_job_slicing_on_launch ||
|
||||
launchConfig.ask_timeout_on_launch ||
|
||||
launchConfig.ask_instance_groups_on_launch ||
|
||||
launchConfig.survey_enabled ||
|
||||
launchConfig.inventory_needed_to_start ||
|
||||
launchConfig.variables_needed_to_start?.length > 0)
|
||||
|
||||
Reference in New Issue
Block a user