Skip to content

Commit

Permalink
[JENKINS-75136] Show 'Unprotected URLs' description (#10151)
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern authored Jan 16, 2025
2 parents 3878f0a + d94a864 commit 8c33677
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,7 @@ import jenkins.model.Jenkins
def f = namespace(lib.FormTagLib)

f.entry(title: _('Unprotected URLs')) {
p(class: "jenkins-form-description") {
_('blurb')
}
f.description(_('blurb'))
ul {
for (def action : Jenkins.get().getActions().sort { x, y -> x.getUrlName() <=> y.getUrlName() }) {
if (action instanceof UnprotectedRootAction) {
Expand Down

0 comments on commit 8c33677

Please sign in to comment.