FELIX-2291 Provide number of processors available to the Java VM in the System Information tab

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@935915 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/vmstat.html b/webconsole/src/main/resources/templates/vmstat.html
index bf1d09a..afac303 100644
--- a/webconsole/src/main/resources/templates/vmstat.html
+++ b/webconsole/src/main/resources/templates/vmstat.html
@@ -82,6 +82,10 @@
 		<td>${vmstat.java.jvm}</td>
 		<td id="jvm">-</td>
 	</tr>
+    <tr>
+        <td>${vmstat.processors}</td>
+        <td id="processors">-</td>
+    </tr>
 	<tr>
 		<td>${vmstat.mem.total}</td>
 		<td id="mem_total">-</td>