]> source.dussan.org Git - archiva.git/commitdiff
[MRM-1440] add current time as well, for comparison when troubleshooting captured...
authorBrett Porter <brett@apache.org>
Mon, 6 Dec 2010 16:34:00 +0000 (16:34 +0000)
committerBrett Porter <brett@apache.org>
Mon, 6 Dec 2010 16:34:00 +0000 (16:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/branches/archiva-1.3.x@1042711 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webapp/src/main/webapp/WEB-INF/jsp/admin/systemStatus.jsp

index cfab9b8b4b9457ab03260f317655a0ab2d59da84..5544e20c0e4968f8eab23b958d3cf0e9238b1ff4 100644 (file)
@@ -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
     </c:forEach>
   </table>
 
-  <h2>Memory</h2>
+  <h2>Free Memory</h2>
 
   <p>${memoryStatus}</p>
 
+  <h2>Current Time</h2>
+
+  <p><%= new Date() %></p>
+  
   </div>
 
 </body>