mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 16:58:46 -03:30
Playbook select list finally works on edit. Woot\!
This commit is contained in:
@@ -14,7 +14,7 @@ angular.module('CredentialsListDefinition', [])
|
||||
iterator: 'credential',
|
||||
selectTitle: 'Add Credentials',
|
||||
editTitle: 'Credentials',
|
||||
selectInstructions: 'Check the Select checkbox next to each user to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new user.',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -14,7 +14,7 @@ angular.module('JobTemplatesListDefinition', [])
|
||||
iterator: 'job_template',
|
||||
selectTitle: 'Add Job Template',
|
||||
editTitle: 'Job Templates',
|
||||
selectInstructions: 'Check the Select checkbox next to each template to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new template.',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
@@ -14,7 +14,7 @@ angular.module('TeamsListDefinition', [])
|
||||
iterator: 'team',
|
||||
selectTitle: 'Add Team',
|
||||
editTitle: 'Teams',
|
||||
selectInstructions: 'Check the Select checkbox next to each team to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new team.',
|
||||
selectInstructions: 'Click on a row to select it, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new row.',
|
||||
|
||||
fields: {
|
||||
name: {
|
||||
|
||||
Reference in New Issue
Block a user