mirror of
https://github.com/ansible/awx.git
synced 2026-05-08 09:57:35 -02:30
All select pages now have clickable rows. The checkbox is still present and will e toggled along with row color. Fixed the typ-o on User select page.
This commit is contained in:
@@ -13,7 +13,7 @@ angular.module('HostListDefinition', [])
|
||||
name: 'hosts',
|
||||
iterator: 'host',
|
||||
selectTitle: 'Add Host',
|
||||
selectInstructions: 'Check the Select checkbox next to each host to be added, and click Finished when done. Use the green <i class=\"icon-plus\"></i> button to create a new host.',
|
||||
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.',
|
||||
editTitle: 'Hosts',
|
||||
|
||||
fields: {
|
||||
|
||||
Reference in New Issue
Block a user