Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PageFormSelectExecutionEnvironment #2308

Merged
merged 5 commits into from
May 28, 2024

Conversation

jamestalton
Copy link
Collaborator

Initial PageFormSelectExecutionEnvironment support

Signed-off-by: James Talton <talton@gmail.com>
@github-actions github-actions bot added the AWX Label to indicate changes relevant to AWX label May 14, 2024
<PageFormSingleSelectAwxResource<ExecutionEnvironment, TFieldValues, TFieldName>
name={props.name}
id="executionEnvironment"
label={props.label ?? t('ExecutionEnvironment')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
label={props.label ?? t('ExecutionEnvironment')}
label={props.label ?? t('Execution Environment')}

name={props.name}
id="executionEnvironment"
label={props.label ?? t('ExecutionEnvironment')}
placeholder={t('Select executionEnvironment')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
placeholder={t('Select executionEnvironment')}
placeholder={t('Select Execution Environment')}

id="executionEnvironment"
label={props.label ?? t('ExecutionEnvironment')}
placeholder={t('Select executionEnvironment')}
queryPlaceholder={t('Loading executionEnvironments...')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
queryPlaceholder={t('Loading executionEnvironments...')}
queryPlaceholder={t('Loading Execution Environments...')}

label={props.label ?? t('ExecutionEnvironment')}
placeholder={t('Select executionEnvironment')}
queryPlaceholder={t('Loading executionEnvironments...')}
queryErrorText={t('Error loading executionEnvironments')}
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
queryErrorText={t('Error loading executionEnvironments')}
queryErrorText={t('Error loading Execution Environments')}

@github-actions github-actions bot added the E2E End-to-end testing label May 28, 2024
@jamestalton jamestalton merged commit 67ad5c1 into main May 28, 2024
17 checks passed
@jamestalton jamestalton deleted the PageFormSelectExecutionEnvironment branch May 28, 2024 20:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
AWX Label to indicate changes relevant to AWX E2E End-to-end testing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants