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:
softwarefactory-project-zuul[bot] 2019-06-27 18:31:48 +00:00 committed by GitHub
commit cf0fe729f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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',