[JENKINS-75136] Show 'Unprotected URLs' description (#10151)

This commit is contained in:
Kris Stern 2025-01-16 19:40:49 +08:00 committed by GitHub
commit 8c33677ba5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 3 deletions

View File

@ -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) {