Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 14, 2024
1 parent 7702fbe commit 002dbcb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@ THE SOFTWARE.
<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">
<st:adjunct includes="hudson.model.ListView.configure-entries-resources" />

<f:section title="${%Job Filters}">

<f:section title="${%Job Filters}" description="Funniest version of us">
<f:entry field="recurse">
<f:checkbox title="${%Recurse in subfolders}" id="recurse" />
</f:entry>
Expand Down Expand Up @@ -59,17 +58,11 @@ THE SOFTWARE.
</f:optionalBlock>

<j:if test="${it.hasJobFilterExtensions()}">
<f:block>
<f:repeatableHeteroProperty field="jobFilters" hasHeader="true" addCaption="${%Add Job Filter}" />
</f:block>
<f:repeatableHeteroProperty field="jobFilters" hasHeader="true" addCaption="${%Add Job Filter}" />
</j:if>

</f:section>

<f:section title="${%Columns}">
<f:block>
<f:repeatableHeteroProperty field="columns" hasHeader="true" addCaption="${%Add column}"/>
</f:block>
<f:section title="${%Columns}" description="Customize what columns this view shows">
<f:repeatableHeteroProperty field="columns" hasHeader="true" addCaption="${%Add column}"/>
</f:section>

</j:jelly>
2 changes: 1 addition & 1 deletion core/src/main/resources/hudson/model/View/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ THE SOFTWARE.
</f:entry>
</f:section>

<f:section title="Filter">
<f:section title="Filter widgets">
<f:entry field="filterQueue">
<f:checkbox title="${%Filter build queue}"
description="If checked, only jobs in this view will be shown in the queue" />
Expand Down

0 comments on commit 002dbcb

Please sign in to comment.