Skip to content

Commit

Permalink
Update config.groovy
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Sep 16, 2024
1 parent f720ba8 commit 5c7b9d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ f.section(title: _("Administrative monitors configuration")) {
f.entry(title: _("Enabled administrative monitors"), description: _("blurb")) {
for (AdministrativeMonitor am : new ArrayList<>(AdministrativeMonitor.all())
.sort({ o1, o2 -> o1.getDisplayName() <=> o2.getDisplayName() })) {
div(style: "margin-bottom: 5px") {
div(style: "margin-bottom: 0.625rem") {
div(class: "jenkins-checkbox-help-wrapper") {
f.checkbox(name: "administrativeMonitor",
title: am.displayName,
Expand Down

0 comments on commit 5c7b9d0

Please sign in to comment.