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

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([]);