mirror of
https://github.com/ansible/awx.git
synced 2026-04-06 18:49:21 -02:30
Fix user token application lookup column widths
This commit is contained in:
@@ -41,14 +41,13 @@ export default {
|
|||||||
name: {
|
name: {
|
||||||
key: true,
|
key: true,
|
||||||
label: 'Name',
|
label: 'Name',
|
||||||
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
columnClass: 'col-sm-6',
|
||||||
awToolTip: '{{application.description | sanitize}}',
|
awToolTip: '{{application.description | sanitize}}',
|
||||||
dataPlacement: 'top'
|
dataPlacement: 'top'
|
||||||
},
|
},
|
||||||
organization: {
|
organization: {
|
||||||
label: 'Organization',
|
label: 'Organization',
|
||||||
columnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
columnClass: 'col-sm-6',
|
||||||
modalColumnClass: 'col-lg-2 col-md-3 col-sm-4 col-xs-4',
|
|
||||||
key: false,
|
key: false,
|
||||||
ngBind: 'application.summary_fields.organization.name',
|
ngBind: 'application.summary_fields.organization.name',
|
||||||
sourceModel: 'organization',
|
sourceModel: 'organization',
|
||||||
|
|||||||
Reference in New Issue
Block a user