Set the labelpattern to use for tabs that are inactive.
The label pattern may include any text and any of the following special identifiers that will be replaced with the current value:
- $N1 - The original view name
- $N2 - The original view name truncated according to the short name length setting
- $N3 - The original view name processed using replaceAll(regexMatch, regexReplacement) see elsewhere
- $T - The Total number of jobs
- $S - The number of jobs currently Succeeding
- $F - The number of jobs currently Failing
- $U - The number of jobs currently Unstable
- $D - The number of jobs currently Disabled
For example, set the Inactive tab pattern to
to show something like
Or set the Active tab pattern to
- $N: $S OK, $F Broken, $U Dodgy
to show something like
- AllTheJobs: 2 OK, 1 Broken, 1 Dodgy
Note that it's really up to you not to break it by using invalid characters that disrupt the HTML. Stick to regular text and you'll be fine.