Skip to content

Commit

Permalink
Merge pull request #187 from alecharp/JENKINS-56951
Browse files Browse the repository at this point in the history
[JENKINS-56951] Fix folder property layout
  • Loading branch information
artkoshelev committed Apr 30, 2019
2 parents 0d75ad8 + 74e8052 commit 83fc8c3
Showing 1 changed file with 4 additions and 6 deletions.
@@ -1,8 +1,6 @@
<?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">
<f:section title="JIRA">
<f:entry title="${%JIRA sites}" description="">
<f:repeatableProperty field="sites"/>
</f:entry>
</f:section>
</j:jelly>
<f:entry title="${%JIRA sites}" description="">
<f:repeatableProperty field="sites"/>
</f:entry>
</j:jelly>

0 comments on commit 83fc8c3

Please sign in to comment.