On the Jobs page, the REST API to list jobs requires the sort column but this is not being sent.
On master branch the request looks like:
http://localhost:8400/proxy/v1/jobs/?limit=5&sort=jobName&start=5
But the feature/covalent branch is sending this request instead:
http://localhost:8400/proxy/v1/jobs/?start=5&limit=5
Issue fixed.