Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Aug 16, 2024
1 parent 5ec7578 commit fffc0a9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
14 changes: 7 additions & 7 deletions core/src/main/resources/hudson/model/View/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,13 @@ THE SOFTWARE.
</f:entry>
</f:section>

<f:section title="${%Widgets}">
<!-- subtypes can put entries here. -->
<st:include page="configure-entries.jelly" optional="true" />

<!-- view property configurations -->
<f:descriptorList descriptors="${it.getVisiblePropertyDescriptors()}" instances="${it.properties}" />

<f:section title="${%Widgets}" description="Control what the view's widgets display">
<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 All @@ -58,12 +64,6 @@ THE SOFTWARE.
</f:entry>
</f:section>

<!-- subtypes can put entries here. -->
<st:include page="configure-entries.jelly" optional="true" />

<!-- view property configurations -->
<f:descriptorList descriptors="${it.getVisiblePropertyDescriptors()}" instances="${it.properties}" />

<f:bottomButtonBar>
<f:submit value="${%OK}" />
<f:apply value="${%Apply}"/>
Expand Down
8 changes: 2 additions & 6 deletions war/src/main/scss/base/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -410,15 +410,11 @@ img.icon-help {
div.listview-jobs {
display: flex;
flex-direction: column;
border: 2px solid red;
//max-height: 300px;
//overflow: auto;
//margin-left: -15px;
//padding-left: 15px;

.nested {
border-left: 2px solid green;
border-left: 2px solid color-mix(in srgb, var(--input-border), transparent);
margin-left: 10px;
padding-left: 22px;
}
}

Expand Down

0 comments on commit fffc0a9

Please sign in to comment.