Skip to content

Commit 1bc87b1

Browse files
Restore system message
1 parent 08b1678 commit 1bc87b1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/view-index-top.jelly

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,12 @@ THE SOFTWARE.
5656
</j:otherwise>
5757
</j:choose>
5858
</j:if>
59-
<t:editableDescription description="${it.primaryView.description}" permission="${it.CONFIGURE}" hideButton="true"/>
59+
<div id="view-message">
60+
<div id="systemmessage">
61+
<j:out value="${app.systemMessage!=null ? app.markupFormatter.translate(app.systemMessage) : ''}"/>
62+
</div>
63+
<t:editableDescription description="${it.primaryView.description}" permission="${it.CONFIGURE}" hideButton="true"/>
64+
</div>
6065
<j:choose>
6166
<j:when test="${!it.supportsMakeDisabled()}">
6267
<!-- for now, quietly omit the option -->

0 commit comments

Comments
 (0)