Skip to content

Commit

Permalink
Attempt at styling Global Tool Configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Nov 14, 2021
1 parent 9bfb49f commit d5ce1cf
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,11 @@ l.layout(permission:app.SYSTEM_READ, title:my.displayName) {
set("descriptor",descriptor)
set("instance",descriptor)

f.rowSet(name:descriptor.jsonSafeClassName) {
div(class: "row-set-start row-group-start tr", style: "display:none", name: descriptor.jsonSafeClassName)
div(name:descriptor.jsonSafeClassName, class: "jenkins-section") {
st.include(from:descriptor, page:descriptor.globalConfigPage)
}
div(class: "row-set-end row-group-end tr")
}

l.isAdmin() {
Expand Down

0 comments on commit d5ce1cf

Please sign in to comment.