提交 abea5bed 编写于 作者: O Oleg Nenashev 提交者: GitHub

Merge pull request #2744 from stephenc/usage-stats-needs-a-section

[FIX JENKINS-32938] Usage Statistics needs a section otherwise it can be kind of hard to find
......@@ -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"))
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册