Recipe - Jobs Administration - Add Useful Columns
Skill level: Beginner
Organization: The Crossing - Chesterfield
Requires Rock: 1.10.0
{# strip images & classes from the HTML but otherwise leave structure #}
What
This is a very simple recipe that adds two useful columns to the Jobs Administration grid.
Why
It's a best practice to configure the various Rock Jobs found under Admin | System Settings | Jobs Administration to alert someone on Errors (or in some cases, All statuses) but it's not easy to see at-a-glance each job's Notification Status or which Notification Emails the alerts are being sent to.
We will simply add this information as two new columns on the Jobs Administration grid, making it easy to see both without having to open each job.
How
- As a Rock admin, nagivate to
Admin | System Settings | Jobs Administration
- Hover over the bottom of the page to make the Admin Toolbar appear and click the
Block Configuration () icon
- Click the arrow in the upper-left of the Jobs List to open the
Scheduled Jobs List flyout.
- Click the gear () icon to edit the Scheduled Jobs List.
You should now be on a dialog that looks like this:
- Click
Custom Grid Options then expand the Custom Columns panel
At this point you should now see this screen. Simply configure yours to look like the image.
By clicking the Add Column button we're adding two custom columns:
- One called
Notify On with a Lava Template of {{ Row.NotificationStatus }}
- One called
Alert Email with a Lava Template of {{ Row.NotificationEmails }}
- Save your changes and you should now be back on the Jobs list, seeing your two new columns:
Note: If you don't see any data in the Alert Email column, it probably means you don't have any jobs configured with Notifcation Emails. Just open each Job you're interested and set the desired Notification Status and alert email.
Now you can see exactly what Notifcation Status and Alert Email each job is configured for, without having to open a single job.
Screenshots
- /GetImage.ashx?guid=5cfcd605-d824-4c1e-b4a1-f0139275393a