Skip to content

Commit

Permalink
Merge pull request #2744 from stephenc/usage-stats-needs-a-section
Browse files Browse the repository at this point in the history
[FIX JENKINS-32938] Usage Statistics needs a section otherwise it can be kind of hard to find
  • Loading branch information
oleg-nenashev committed Feb 12, 2017
2 parents 496703d + 96f0062 commit abea5be
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -2,4 +2,6 @@ package hudson.model.UsageStatistics;

def f=namespace(lib.FormTagLib)

f.optionalBlock( field:"usageStatisticsCollected", checked:app.usageStatisticsCollected, title:_("statsBlurb"))
f.section(title: _("Usage Statistics")) {
f.optionalBlock(field: "usageStatisticsCollected", checked: app.usageStatisticsCollected, title: _("statsBlurb"))
}

0 comments on commit abea5be

Please sign in to comment.