mirror of
https://github.com/ansible/awx.git
synced 2026-03-01 00:38:45 -03:30
Merge pull request #2193 from kensible/2177-matchJobLists
Matched job listings
This commit is contained in:
@@ -73,8 +73,7 @@ export default
|
|||||||
ngBind: 'completed_job.type_label',
|
ngBind: 'completed_job.type_label',
|
||||||
link: false,
|
link: false,
|
||||||
columnClass: "col-lg-2 col-md-2 hidden-sm hidden-xs",
|
columnClass: "col-lg-2 col-md-2 hidden-sm hidden-xs",
|
||||||
columnShow: "showJobType",
|
searchable: true,
|
||||||
searchOnly: true,
|
|
||||||
searchType: 'select',
|
searchType: 'select',
|
||||||
searchOptions: [] // populated via GetChoices() in controller
|
searchOptions: [] // populated via GetChoices() in controller
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user