commit | 5f2d0e46a439cf188463eaa3a88cb16704566631 | [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 | 64bcab8aac2db67c80feade7a260038e71ffcd1e [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/handlers.html b/ipojo/webconsole-plugin/src/main/resources/res/handlers.html index b93da53..b5edb5f 100644 --- a/ipojo/webconsole-plugin/src/main/resources/res/handlers.html +++ b/ipojo/webconsole-plugin/src/main/resources/res/handlers.html
@@ -1,5 +1,10 @@ <script type="text/javascript" src="${pluginRoot}/res/ui/handler.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>