mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 17:37:37 -02:30
Merge pull request #5518 from ryanpetrello/fix-4979
move a tall tooltip's placement on the credentials UI to avoid cutoff
This commit is contained in:
@@ -431,7 +431,7 @@ export default
|
|||||||
awToolTip: '{{permissionsTooltip}}',
|
awToolTip: '{{permissionsTooltip}}',
|
||||||
dataTipWatch: 'permissionsTooltip',
|
dataTipWatch: 'permissionsTooltip',
|
||||||
awToolTipTabEnabledInEditMode: true,
|
awToolTipTabEnabledInEditMode: true,
|
||||||
dataPlacement: 'top',
|
dataPlacement: 'right',
|
||||||
basePath: 'api/v1/credentials/{{$stateParams.credential_id}}/access_list/',
|
basePath: 'api/v1/credentials/{{$stateParams.credential_id}}/access_list/',
|
||||||
search: {
|
search: {
|
||||||
order_by: 'username'
|
order_by: 'username'
|
||||||
|
|||||||
Reference in New Issue
Block a user