mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 19:30:39 -03:30
Merge pull request #1779 from jlmitch5/updateDefaultAnsibleEnvironmentText
change default option text for ansible environment dropdown to Default Environment
This commit is contained in:
commit
fd0b439ee6
@ -45,7 +45,7 @@ export default ['NotificationsList', 'i18n',
|
||||
},
|
||||
custom_virtualenv: {
|
||||
label: i18n._('Ansible Environment'),
|
||||
defaultText: i18n._('Select Ansible Environment'),
|
||||
defaultText: i18n._('Default Environment'),
|
||||
type: 'select',
|
||||
ngOptions: 'venv for venv in custom_virtualenvs_options track by venv',
|
||||
awPopOver: "<p>" + i18n._("Select the custom Python virtual environment for this organization to run on.") + "</p>",
|
||||
|
||||
@ -206,7 +206,7 @@ export default ['i18n', 'NotificationsList', 'TemplateList',
|
||||
custom_virtualenv: {
|
||||
label: i18n._('Ansible Environment'),
|
||||
type: 'select',
|
||||
defaultText: i18n._('Select Ansible Environment'),
|
||||
defaultText: i18n._('Default Environment'),
|
||||
ngOptions: 'venv for venv in custom_virtualenvs_options track by venv',
|
||||
awPopOver: "<p>" + i18n._("Select the custom Python virtual environment for this project to run on.") + "</p>",
|
||||
dataTitle: i18n._('Ansible Environment'),
|
||||
|
||||
@ -234,7 +234,7 @@ function(NotificationsList, i18n) {
|
||||
custom_virtualenv: {
|
||||
label: i18n._('Ansible Environment'),
|
||||
type: 'select',
|
||||
defaultText: i18n._('Select Ansible Environment'),
|
||||
defaultText: i18n._('Default Environment'),
|
||||
ngOptions: 'venv for venv in custom_virtualenvs_options track by venv',
|
||||
awPopOver: "<p>" + i18n._("Select the custom Python virtual environment for this job template to run on.") + "</p>",
|
||||
dataTitle: i18n._('Ansible Environment'),
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user