mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Merge pull request #179 from marshmalien/fix/7381-cred-lookup-spacing-firefox
Fix spacing issue of Credential Lookup in Firefox
This commit is contained in:
@@ -23,7 +23,7 @@ export default ['i18n', function(i18n){
|
|||||||
key: true,
|
key: true,
|
||||||
label: i18n._('Name'),
|
label: i18n._('Name'),
|
||||||
columnClass: 'col-md-3 col-sm-9 col-xs-9',
|
columnClass: 'col-md-3 col-sm-9 col-xs-9',
|
||||||
modalColumnClass: 'col-md-8',
|
modalColumnClass: 'col-md-11',
|
||||||
awToolTip: '{{credential_type.description | sanitize}}',
|
awToolTip: '{{credential_type.description | sanitize}}',
|
||||||
dataPlacement: 'top'
|
dataPlacement: 'top'
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user