We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b1678 commit 1bc87b1Copy full SHA for 1bc87b1
src/main/resources/com/cloudbees/hudson/plugins/folder/AbstractFolder/view-index-top.jelly
@@ -56,7 +56,12 @@ THE SOFTWARE.
56
</j:otherwise>
57
</j:choose>
58
</j:if>
59
- <t:editableDescription description="${it.primaryView.description}" permission="${it.CONFIGURE}" hideButton="true"/>
+ <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
65
<j:choose>
66
<j:when test="${!it.supportsMakeDisabled()}">
67
<!-- for now, quietly omit the option -->
0 commit comments