mirror of
https://github.com/ansible/awx.git
synced 2026-03-02 01:08:48 -03:30
update list column sizes
This commit is contained in:
@@ -31,7 +31,7 @@ export default
|
|||||||
},
|
},
|
||||||
smart_status: {
|
smart_status: {
|
||||||
label: 'Activity',
|
label: 'Activity',
|
||||||
columnClass: 'List-tableCell col-lg-3 col-md-4 hidden-sm hidden-xs',
|
columnClass: 'List-tableCell col-lg-2 col-md-2 hidden-sm hidden-xs',
|
||||||
searchable: false,
|
searchable: false,
|
||||||
nosort: true,
|
nosort: true,
|
||||||
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
ngInclude: "'/static/partials/job-template-smart-status.html'",
|
||||||
@@ -41,7 +41,7 @@ export default
|
|||||||
label: 'Labels',
|
label: 'Labels',
|
||||||
type: 'labels',
|
type: 'labels',
|
||||||
nosort: true,
|
nosort: true,
|
||||||
columnClass: 'List-tableCell col-lg-3 col-md-3 hidden-sm hidden-xs',
|
columnClass: 'List-tableCell col-lg-4 col-md-4 hidden-sm hidden-xs',
|
||||||
searchType: 'related',
|
searchType: 'related',
|
||||||
sourceModel: 'labels',
|
sourceModel: 'labels',
|
||||||
sourceField: 'name'
|
sourceField: 'name'
|
||||||
|
|||||||
Reference in New Issue
Block a user