Skip to content

Commit

Permalink
Merge branch 'remove-table-usage' into new-build-history-2
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Apr 8, 2024
2 parents d020eb6 + af655e3 commit 960b162
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/resources/lib/hudson/buildCaption.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ THE SOFTWARE.
<t:buildProgressBar build="${it}"/>
<j:if test="${it.parent.hasAbortPermission()}">
<l:stopButton href="stop" confirm="${%confirm(it.fullDisplayName)}"
alt="${%cancel}"/>
alt="${%cancel}"/>
</j:if>
</div>
</j:if>
Expand Down
6 changes: 6 additions & 0 deletions war/src/main/scss/pages/_build.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
.build-caption-progress-container {
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
1 change: 1 addition & 0 deletions war/src/main/scss/pages/_index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
@use "about";
@use "build";
@use "dashboard";
@use "icon-legend";
@use "job";
Expand Down

0 comments on commit 960b162

Please sign in to comment.