commit | ab926c93bd2ecfe501c4b7b4639dfb9d75ccc5de | [log] [tgz] |
---|---|---|
author | Felix Meschberger <fmeschbe@apache.org> | Thu Jul 07 06:21:46 2011 +0000 |
committer | Felix Meschberger <fmeschbe@apache.org> | Thu Jul 07 06:21:46 2011 +0000 |
tree | 3dea73095b960ef8edc11bf48e6e9133a634a1fa | |
parent | c3c1cdcf84796943c0063d9f9b493de0ca85c1af [diff] [blame] |
FERLIX-3022 Add uptime information in addition to the start time. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1143664 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/vmstat.html b/webconsole/src/main/resources/templates/vmstat.html index 0f8f984..0c2ad55 100644 --- a/webconsole/src/main/resources/templates/vmstat.html +++ b/webconsole/src/main/resources/templates/vmstat.html
@@ -49,6 +49,10 @@ <td id="lastStarted">---</td> </tr> <tr> + <td>${vmstat.upTime}</td> + <td id="upTime">---</td> + </tr> + <tr> <td>${vmstat.framework}</td> <td> <form id="shutdownform" method="post" action="${pluginRoot}">