Skip to content

Commit

Permalink
Update core/src/main/resources/hudson/model/UsageStatistics/global.gr…
Browse files Browse the repository at this point in the history
…oovy
  • Loading branch information
timja authored Dec 7, 2024
1 parent b890bed commit 07d8996
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def f=namespace(lib.FormTagLib)

f.section(title: _("Usage Statistics")) {
if (UsageStatistics.DISABLED) {
div(class: "jenkins-not-applicable jenkins-!-margin-bottom-2") {
div(class: "jenkins-not-applicable jenkins-description") {
raw(_("disabledBySystemProperty"))
}
} else if (FIPS140.useCompliantAlgorithms()) {
Expand Down

0 comments on commit 07d8996

Please sign in to comment.