[MRM-1440] add current time as well, for comparison when troubleshooting captured results

Merged from: r1042711


git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1042712 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Porter 2010-12-06 16:34:52 +00:00
parent 6b58a6c15c
commit 5285d77732
1 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,4 @@
<%@ page import="java.util.Date" %>
<%-- <%--
~ Licensed to the Apache Software Foundation (ASF) under one ~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file ~ or more contributor license agreements. See the NOTICE file
@ -122,10 +123,14 @@
</c:forEach> </c:forEach>
</table> </table>
<h2>Memory</h2> <h2>Free Memory</h2>
<p>${memoryStatus}</p> <p>${memoryStatus}</p>
<h2>Current Time</h2>
<p><%= new Date() %></p>
</div> </div>
</body> </body>