mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 10:00:01 -03:30
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:
commit
9fd396cbe0
@ -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([]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user