You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cz...@apache.org on 2013/01/30 19:15:30 UTC

svn commit: r1440574 - /felix/trunk/webconsole/src/main/resources/templates/bundles.html

Author: cziegeler
Date: Wed Jan 30 18:15:30 2013
New Revision: 1440574

URL: http://svn.apache.org/viewvc?rev=1440574&view=rev
Log:
FELIX-2234 : Reduce status information from bundle plugin

Modified:
    felix/trunk/webconsole/src/main/resources/templates/bundles.html

Modified: felix/trunk/webconsole/src/main/resources/templates/bundles.html
URL: http://svn.apache.org/viewvc/felix/trunk/webconsole/src/main/resources/templates/bundles.html?rev=1440574&r1=1440573&r2=1440574&view=diff
==============================================================================
--- felix/trunk/webconsole/src/main/resources/templates/bundles.html [UTF-8] (original)
+++ felix/trunk/webconsole/src/main/resources/templates/bundles.html [UTF-8] Wed Jan 30 18:15:30 2013
@@ -33,11 +33,11 @@ var i18n = {
 	//
 	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