mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 09:18:48 -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: {
|
||||
|
||||
Reference in New Issue
Block a user