mirror of
https://github.com/ansible/awx.git
synced 2026-05-10 19:07:36 -02:30
adhoc for button not displayed if user doesn't have permission
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user