FELIX-4564 : JSON Output overwrites resource information
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1611236 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole-plugins/obr/src/main/resources/res/plugin.js b/webconsole-plugins/obr/src/main/resources/res/plugin.js
index cd2af1d..bfa3876 100644
--- a/webconsole-plugins/obr/src/main/resources/res/plugin.js
+++ b/webconsole-plugins/obr/src/main/resources/res/plugin.js
@@ -149,7 +149,7 @@
_tr = tr( null, { 'id' : 'row' + _id } , [
td( null, null, [ blockElement ] ),
- td( null, null, [ text(res.installed ? res.version : '') ] )
+ td( null, null, [ text(res.installed) ] )
]);
resTable.append( _tr );
}