mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
Fix user token application lookup column widths
This commit is contained in:
parent
5c338e582a
commit
913e06b865
@ -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