mirror of
https://github.com/ZwareBear/awx.git
synced 2026-03-28 03:33:35 -05:00
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