mirror of https://github.com/jenkinsci/jenkins.git
[JENKINS-75136] Show 'Unprotected URLs' description
This commit is contained in:
parent
e7f5953809
commit
d94a864864
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue