mirror of
https://github.com/ansible/awx.git
synced 2026-01-21 22:48:02 -03:30
Merge pull request #4039 from mabashian/application-lookup-column
Fix user token application lookup column widths
Reviewed-by: Michael Abashian
https://github.com/mabashian
This commit is contained in:
commit
cf0fe729f5
@ -41,14 +41,13 @@ export default {
|
||||
name: {
|
||||
key: true,
|
||||
label: 'Name',
|
||||
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
||||
columnClass: 'col-sm-6',
|
||||
awToolTip: '{{application.description | sanitize}}',
|
||||
dataPlacement: 'top'
|
||||
},
|
||||
organization: {
|
||||
label: 'Organization',
|
||||
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
||||
modalColumnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
||||
columnClass: 'col-sm-6',
|
||||
key: false,
|
||||
ngBind: 'application.summary_fields.organization.name',
|
||||
sourceModel: 'organization',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user