Skip to content

Commit

Permalink
Tidy up
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 4, 2025
1 parent ca5cf69 commit 40b883d
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 90 deletions.
72 changes: 0 additions & 72 deletions core/src/main/resources/hudson/model/AbstractBuild/summary.jelly

This file was deleted.

12 changes: 6 additions & 6 deletions core/src/main/resources/hudson/model/Run/index.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -42,26 +42,26 @@ THE SOFTWARE.
<div>
<t:editableDescription permission="${it.UPDATE}" hideButton="true"/>
</div>

<st:include page="consolewidget.jelly" />

<div style="float:right; z-index: 1; position:relative; margin-left: 1em">
<div style="margin-top:1em">
${%startedAgo(it.timestampString)}
</div><div>
</div>
<div>
<j:if test="${it.building}">
${%beingExecuted(it.executor.timestampString)}
</j:if>
<j:if test="${!it.building}">
${%Took} <a href="${rootURL}/${it.parent.url}buildTimeTrend">${it.durationString}</a>
</j:if>
<j:if test="${!empty(app.nodes) or (it.builtOnStr != null and it.builtOnStr != '')}">
${%on} <t:node value="${it.builtOn}" valueStr="${it.builtOnStr}"/>
</j:if>
<st:include page="details.jelly" optional="true" />
</div>
</div>

<table style="margin-top: 1em; margin-left:1em;">

<table>
<t:artifactList build="${it}" caption="${%Build Artifacts}"
permission="${it.ARTIFACTS}" />

Expand Down
4 changes: 0 additions & 4 deletions src/main/scss/base/_display.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
.jenkins-\!-display-contents {
display: contents;
}

.jenkins-\!-display-none {
display: none !important;
}
8 changes: 0 additions & 8 deletions src/main/scss/components/_dropdowns.scss
Original file line number Diff line number Diff line change
Expand Up @@ -219,14 +219,6 @@ $dropdown-padding: 0.4rem;
mask-position: center;
opacity: 0.6;
}

&:hover {
.jenkins-dropdown__item__toggle {
&::after {
width: 12px;
}
}
}
}

&:hover {
Expand Down

0 comments on commit 40b883d

Please sign in to comment.