Skip to content

Commit

Permalink
Update configure.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 12, 2023
1 parent 1eb8c7a commit 443b27e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/src/main/resources/hudson/model/View/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ THE SOFTWARE.
-->
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form" xmlns:i="jelly:fmt">
<l:layout title="${%Edit View}" permission="${it.CONFIGURE}">
<st:include page="sidepanel.jelly" />
<l:layout title="${%Edit View}" permission="${it.CONFIGURE}" type="one-column">
<l:breadcrumb title="${%Configure}" />
<l:main-panel>
<h1>Configure</h1>
<!-- to make the form field binding work -->
<j:set var="instance" value="${it}" />
<j:set var="descriptor" value="${it.descriptor}" />
Expand Down

0 comments on commit 443b27e

Please sign in to comment.