mirror of
https://github.com/ansible/awx.git
synced 2026-01-14 03:10:42 -03:30
move a tall tooltip's placement on the credentials UI to avoid cutoff
when browser text size is increased, this tooltip gets cut off at the top of the browser window see: #4979
This commit is contained in:
parent
0bdcfbb33e
commit
6b75ed3dcb
@ -431,7 +431,7 @@ export default
|
||||
awToolTip: '{{permissionsTooltip}}',
|
||||
dataTipWatch: 'permissionsTooltip',
|
||||
awToolTipTabEnabledInEditMode: true,
|
||||
dataPlacement: 'top',
|
||||
dataPlacement: 'right',
|
||||
basePath: 'api/v1/credentials/{{$stateParams.credential_id}}/access_list/',
|
||||
search: {
|
||||
order_by: 'username'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user