mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 23:51:09 +03:00
adhoc for button not displayed if user doesn't have permission
This commit is contained in:
parent
2df625e45d
commit
9edef0c483
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user