Skip to content

Commit

Permalink
Set current object to be the administrative monitor itself when loadi…
Browse files Browse the repository at this point in the history
…ng its description view (#9071)

* Set current object to be the administrative monitor itself when loading its description

* Simplify

Co-authored-by: Jesse Glick <[email protected]>

---------

Co-authored-by: Jesse Glick <[email protected]>
  • Loading branch information
Vlatombe and jglick authored Mar 26, 2024
1 parent c729b41 commit f7bbcb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ f.section(title: _("Administrative monitors configuration")) {
}
div(class: "tr") {
div(class: "jenkins-checkbox__description") {
st.include(from: am, page: "description", optional: true)
st.include(it: am, page: "description", optional: true)
}
}
}
Expand Down

0 comments on commit f7bbcb5

Please sign in to comment.