Skip to content

Commit

Permalink
[JENKINS-75136] Show 'Unprotected URLs' description
Browse files Browse the repository at this point in the history
  • Loading branch information
apuig committed Jan 15, 2025
1 parent e7f5953 commit d94a864
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 d94a864

Please sign in to comment.