Skip to content

Commit

Permalink
[JENKINS-56951] Remove section entirely
Browse files Browse the repository at this point in the history
As suggested by @jglick, removing the `f:section` entirely to fix the folder property layout
  • Loading branch information
alecharp committed Apr 29, 2019
1 parent 52b0ca3 commit 74e8052
Showing 1 changed file with 3 additions and 5 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>
<f:entry title="${%JIRA sites}" description="">
<f:repeatableProperty field="sites"/>
</f:entry>
</f:section>
<f:entry title="${%JIRA sites}" description="">
<f:repeatableProperty field="sites"/>
</f:entry>
</j:jelly>

0 comments on commit 74e8052

Please sign in to comment.