mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +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: {
|
actions: {
|
||||||
launch: {
|
launch: {
|
||||||
mode: 'all',
|
mode: 'all',
|
||||||
// TODO: ngShow permissions
|
ngShow: 'inventory.can_run_ad_hoc_commands',
|
||||||
ngClick: 'populateAdhocForm()',
|
ngClick: 'populateAdhocForm()',
|
||||||
awToolTip: "Run a command on this inventory"
|
awToolTip: "Run a command on this 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
|
||||||
|
Loading…
Reference in New Issue
Block a user