Merge pull request #6940 from jlmitch5/makeIdSearchANumber

make job id search use number field

Reviewed-by: https://github.com/apps/softwarefactory-project-zuul
This commit is contained in:
softwarefactory-project-zuul[bot] 2020-05-11 19:23:20 +00:00 committed by GitHub
commit 9fd396cbe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ function JobList({ i18n, defaultParams, showTypeColumn = false }) {
not__launch_type: 'sync',
...defaultParams,
},
['page', 'page_size']
['id', 'page', 'page_size']
);
const [selected, setSelected] = useState([]);