commit | e2b8a24ce93c6c3caf488edb84314a342e34b780 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Mon Jul 12 17:46:26 2010 +0000 |
committer | Clement Escoffier <clement@apache.org> | Mon Jul 12 17:46:26 2010 +0000 |
tree | 2df48b57e2ca5b5b80b162b6b671207d33aae282 | |
parent | 73eef577a77c6b44e32bb6fffa9b598a8959077d [diff] |
Add factory navigation git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@963397 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/webconsole-plugin/src/main/resources/res/ui/instance_detail.js b/ipojo/webconsole-plugin/src/main/resources/res/ui/instance_detail.js index 655270a..9efacc4 100644 --- a/ipojo/webconsole-plugin/src/main/resources/res/ui/instance_detail.js +++ b/ipojo/webconsole-plugin/src/main/resources/res/ui/instance_detail.js
@@ -38,7 +38,7 @@ _.find('td.Vstate').text(instance.state); // Set the factory - _.find('td.Vfactory').html(instance.factory); //TODO Link + _.find('td.Vfactory').html('<a href="' + factories_url + '/' + instance.factory + '">' + instance.factory + '</a>'); if (instance.services) { $(tableServiceBody).empty();