Skip to content

Commit

Permalink
Update configure-entries.jelly
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 16, 2024
1 parent d0964eb commit 5ec7578
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ 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">
<st:adjunct includes="hudson.model.ListView.configure-entries-resources" />
<f:section title="${%Jobs}" description="Funniest version of us">
<f:entry title="${%Jobs}">
<f:section title="${%Jobs}" description="Select the jobs to show in this view">
<f:entry>
<div class="listview-jobs">
<j:forEach var="job" items="${h.getAllTopLevelItems(it.ownerItemGroup)}">
<j:set var="spanClass" value=""/>
Expand All @@ -42,7 +42,7 @@ THE SOFTWARE.
</div>
</f:entry>

<f:optionalBlock name="useincluderegex" title="${%Use a regular expression to include jobs into the view}"
<f:optionalBlock name="useincluderegex" title="${%Use a regular expression to include jobs in this view}"
checked="${it.includeRegex != null}" help="/help/view-config/includeregex.html">
<f:entry title="${%Regular expression}">
<f:textbox name="includeRegex" field="includeRegex" />
Expand All @@ -51,7 +51,7 @@ THE SOFTWARE.
</f:section>

<j:if test="${it.hasJobFilterExtensions()}">
<f:section title="${%Filters}" description="Filter the jobs that show in the view based on specific conditions">
<f:section title="${%Filters}" description="Filter the jobs that show in this view based on specific conditions">
<f:repeatableHeteroProperty field="jobFilters" hasHeader="true" addCaption="${%Add Job Filter}" />
</f:section>
</j:if>
Expand Down

0 comments on commit 5ec7578

Please sign in to comment.