mirror of https://github.com/apache/archiva.git
[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:
parent
6b58a6c15c
commit
5285d77732
|
@ -1,3 +1,4 @@
|
|||
<%@ page import="java.util.Date" %>
|
||||
<%--
|
||||
~ Licensed to the Apache Software Foundation (ASF) under one
|
||||
~ or more contributor license agreements. See the NOTICE file
|
||||
|
@ -122,10 +123,14 @@
|
|||
</c:forEach>
|
||||
</table>
|
||||
|
||||
<h2>Memory</h2>
|
||||
<h2>Free Memory</h2>
|
||||
|
||||
<p>${memoryStatus}</p>
|
||||
|
||||
<h2>Current Time</h2>
|
||||
|
||||
<p><%= new Date() %></p>
|
||||
|
||||
</div>
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in New Issue