提交 712ebaec 编写于 作者: K kohsuke

Display a bit more prominent message if Hudson is going to show down.

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15915 71c3de6d-444a-0410-be80-ed276b4c234a
上级 b7dd22f3
......@@ -28,6 +28,9 @@ THE SOFTWARE.
</st:documentation>
<j:if test="${mode=='main-panel'}">
<j:if test="${app.isQuietingDown()}">
<div id='shutdown-msg'>${%Hudson is going to shutdown}</div>
</j:if>
<a name="skip2content" />
<d:invokeBody />
</j:if>
......
......@@ -113,6 +113,18 @@ table.center-align td {
left: -20000px;
}
#shutdown-msg {
font-weight: bold;
color: white;
background-color: #ef2929;
text-align: center;
margin-left: 2em;
margin-right: 2em;
margin-bottom: 0.5em;
padding: 0.5em;
-moz-border-radius: 0.5em;
}
a:link {
text-decoration: underline;
color: #204A87;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册