FELIX-2234 : Reduce status information from bundle plugin
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1440488 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/bundles.html b/webconsole/src/main/resources/templates/bundles.html
index 45982bd..119473a 100644
--- a/webconsole/src/main/resources/templates/bundles.html
+++ b/webconsole/src/main/resources/templates/bundles.html
@@ -1,4 +1,4 @@
-<script type="text/javascript" src="${appRoot}/res/lib/jquery.multifile-1.4.6.js"></script>
+<script type="text/javascript" src="${appRoot}/res/lib/jquery.multifile-1.4.6.js"></script>
<script type="text/javascript" src="${appRoot}/res/ui/bundles.js"></script>
<script type="text/javascript">
// <![CDATA[
@@ -31,7 +31,13 @@
'Uninstall' : '${bundles.uninstall}',
'Refresh Package Imports' : '${bundles.refreshImports}',
//
- statline : '${bundles.statline}',
+ statlinePrefix : '${bundles.statline.prefix}',
+ statlineAll : '${bundles.statline.all}',
+ statlinePartA : '${bundles.statline.partA}',
+ statlinePartB : '${bundles.statline.partB}',
+ statlinePartC : '${bundles.statline.partC}',
+ statlinePartD : '${bundles.statline.partD}',
+ statlinePartE : '${bundles.statline.partE}',
install_update : '${bundles.install_or_update}',
state : {
1 : '${bundles.state.1}', // uninstalled