Skip to content

Commit

Permalink
Improve Edit build information page (#9132)
Browse files Browse the repository at this point in the history
  • Loading branch information
timja committed Apr 8, 2024
1 parent da5f593 commit 9c05772
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions core/src/main/resources/hudson/model/Run/configure.jelly
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ THE SOFTWARE.
<st:include page="sidepanel.jelly" />
<l:breadcrumb title="${%Edit Build Information}" />
<l:main-panel>
<l:app-bar title="${%Edit Build Information}" />
<div class="behavior-loading"><l:spinner text="${%LOADING}"/></div>
<f:form method="post" action="configSubmit" name="config">
<j:set var="readOnlyMode" value="${!h.hasPermission(it,it.UPDATE)}"/>
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
LOADING=Loading
DisplayName=Display name

0 comments on commit 9c05772

Please sign in to comment.