Don't show lost_gear information on 503 error page

pull/232/merge
Tim Robinson 2016-03-03 20:29:50 +00:00
rodzic e1526ee6bd
commit 326f433f5a
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -7,7 +7,9 @@
<body class="error503 light"> <body class="error503 light">
<div id="wrapper"> <div id="wrapper">
<h1>Service Unavailable</h1> <h1>Service Unavailable</h1>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2> <% if (showStackTrace) { %>
<h2><em><%=statusCode%> - <%=scope%></em> <%=error%></h2>
<% } %>
<p style="margin-bottom:20px;width:600px"> <p style="margin-bottom:20px;width:600px">
The service reports it's unavailable at this time. This has been logged The service reports it's unavailable at this time. This has been logged
and the appropriate people have been notified. Please check the and the appropriate people have been notified. Please check the