commit | d430a1d815a6798901934f57606bd80a5c22a7b0 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Mon Jul 12 17:42:03 2010 +0000 |
committer | Clement Escoffier <clement@apache.org> | Mon Jul 12 17:42:03 2010 +0000 |
tree | 90f1e3854da25ca07f99ce1714e28fac54b49963 | |
parent | 3cdc5f7f3bbbc0ed91215d63ad24322e77049189 [diff] [blame] |
Add factory detail (work in progress). Add the ipojo.css file and load it. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@963387 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/webconsole-plugin/src/main/resources/res/instances.html b/ipojo/webconsole-plugin/src/main/resources/res/instances.html index 42c3cc0..1c83905 100644 --- a/ipojo/webconsole-plugin/src/main/resources/res/instances.html +++ b/ipojo/webconsole-plugin/src/main/resources/res/instances.html
@@ -1,4 +1,10 @@ <script type="text/javascript" src="${pluginRoot}/res/ui/ipojo.js"></script> +<script> + var root_url = '${pluginRoot}'; + var instances_url = '${pluginRoot}' + '/instances'; + var factories_url = '${pluginRoot}' + '/factories'; + var handlers_url = '${pluginRoot}' + '/handlers'; +</script> <!-- status line --> <p class="statline"> </p>