Job List features
The current Job-List provide only the Job-ID Information:

I suggest a configurable Job-Name for the list based on job-information like:
- Job-ID (default)
- Job-Display Name
- Job-Creation Time

Changing sorting of the job list (e.g. ASC / DESC) is another feature.
Currently I use a combination of identifier and timestamp for the JobId. Result is, the latest (most interesting) job is mostly at the buttom of the list.
Adding either hover text or a way to configure what attributes are displayed seems like a reasonable feature request.
The one problem with sorting is that any sorting needs to be done client side as the batch service doesn't support that yet. This means you'd only sort the displayed items which might be quite confusing to some users unless we force users using the sort functionality to load their entire list of jobs which means it may be delayed.