Dashboard for Recurring Jobs

When viewing recurring Jobs on the Hangfire dashboard, we have UI questions:

When viewing the recurring jobs tab, we see the ID column, for our own custom job identifier.
image

But when viewing the Jobs tab, we see an additional column, also called ID, which shows the job ID of a specific job instance that was run:

What we don’t see is the “ID” of the recurring task as in the first screenshot.

Is there a way to add columns and/or change the view of the Jobs tab/list, so that we can also display the recurring task job name ("ID).

PS - maybe it would be also worthwhile to not use the same column name in both references, in order to have a distinct meaning for each column.