mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-04 16:01:51 -05:00
Disables actions according to RBAC privilege
* Removes the toolbox if user doesn't have permission to edit * Fixes the extra click that was identified with the context menu * Adds new readonly version of the move FSM * Adds an enhancement to debug directive to align the text better * Disables the toolbox FSM if user doesn't have permission to edit
This commit is contained in:
committed by
Ben Thomasson
parent
96b3ebd31e
commit
82ec0d4d4b
@@ -67,7 +67,7 @@
|
||||
</g>
|
||||
</g> <!-- end frame_g -->
|
||||
<g ng-repeat="toolbox in [inventory_toolbox]">
|
||||
<g awx-net-inventory-toolbox></g>
|
||||
<g awx-net-inventory-toolbox ng-if="canEdit"></g>
|
||||
</g>
|
||||
<g awx-net-context-menu
|
||||
context_menu="context_menus[0]"
|
||||
|
||||
Reference in New Issue
Block a user