mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
fixed wording on inventory command running tooltip
This commit is contained in:
@@ -86,7 +86,7 @@ export default
|
|||||||
mode: 'all',
|
mode: 'all',
|
||||||
ngShow: 'inventory.can_run_ad_hoc_commands',
|
ngShow: 'inventory.can_run_ad_hoc_commands',
|
||||||
ngClick: 'populateAdhocForm()',
|
ngClick: 'populateAdhocForm()',
|
||||||
awToolTip: "Run a command on this inventory"
|
awToolTip: "Run a command on the selected inventory"
|
||||||
// TODO: set up a tip watcher and change text based on when
|
// TODO: set up a tip watcher and change text based on when
|
||||||
// things are selected/not selected. This is started and
|
// things are selected/not selected. This is started and
|
||||||
// commented out in the inventory controller within the watchers.
|
// commented out in the inventory controller within the watchers.
|
||||||
|
|||||||
Reference in New Issue
Block a user