Inactive row highlighting for more then sites
An inactive site gets marked red in the list:
And I think it would be useful to have that in more places. So I'll create an MR.
I did run into an issue that most 'active' fields use lowercase 'n/y', while dns and spamfilter related boolean enum's tend to use uppercase letters. The added strtolower() in the listform_actions.inc.php handles that.