mirror of
https://github.com/ansible/awx.git
synced 2026-03-06 19:21:06 -03:30
adhoc for button not displayed if user doesn't have permission
This commit is contained in:
@@ -81,7 +81,7 @@ export default
|
||||
actions: {
|
||||
launch: {
|
||||
mode: 'all',
|
||||
// TODO: ngShow permissions
|
||||
ngShow: 'inventory.can_run_ad_hoc_commands',
|
||||
ngClick: 'populateAdhocForm()',
|
||||
awToolTip: "Run a command on this inventory"
|
||||
// TODO: set up a tip watcher and change text based on when
|
||||
|
||||
Reference in New Issue
Block a user