FELIX-2234 : Reduce status information from bundle plugin

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1440574 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles.html b/webconsole/src/main/resources/templates/bundles.html
index e9d6a82..758c5c3 100644
--- a/webconsole/src/main/resources/templates/bundles.html
+++ b/webconsole/src/main/resources/templates/bundles.html
@@ -33,11 +33,11 @@
 	//
 	statlinePrefix        : '${bundles.statline.prefix}',
     statlineAll           : '${bundles.statline.all}',
-    statlineTotal         : '${bundles.statline.partTotal}',
-    statlineActive        : '${bundles.statline.partActive}',
-    statlineFragments     : '${bundles.statline.partFragments}',
-    statlineResolved      : '${bundles.statline.partResolved}',
-    statlineInstalled     : '${bundles.statline.partInstalled}',
+    statlineTotal         : '${bundles.statline.total}',
+    statlineActive        : '${bundles.statline.active}',
+    statlineFragments     : '${bundles.statline.fragments}',
+    statlineResolved      : '${bundles.statline.resolved}',
+    statlineInstalled     : '${bundles.statline.installed}',
 	install_update        : '${bundles.install_or_update}',
 	state                 : {
 		1  : '${bundles.state.1}', // uninstalled