Filter displayed jobs in Hangfire UI

We use hangfire to run various jobs on over 120 different databases we support. These are scheduled to run usually at night. Is there a way to be able to filter the jobs that are to run/have been run/failed via the GUI ? We would like, for example to show just the jobs for a particular database. The only way at the moment we have found is to add the name of the database to the job name, but it still takes a while to look through all the pages to find the jobs we are interested in.
Thanks