FELIX-569 Apply FELIX-569-fmeschbe-3.patch based on config-treetable.patch by Valentin Valchev (thanks)
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@924175 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/config.html b/webconsole/src/main/resources/templates/config.html
index 4a3d7f1..a013e33 100644
--- a/webconsole/src/main/resources/templates/config.html
+++ b/webconsole/src/main/resources/templates/config.html
@@ -36,19 +36,17 @@
<div id="fPidsSelect" class="ui-widget-header ui-corner-top buttonGroup">
${config.configurations.title}
</div>
- <table class="tablesorter nicetable noauto">
+ <table id="configTable" class="tablesorter nicetable noauto">
<thead>
<tr>
- <th class="col_Name">Name</th>
- <th class="col_FPID">Factory PID</th>
- <th class="col_Binding">Bundle</th>
- <th class="col_Actions" style="width: 7em">Actions</th>
+ <th class="col_Name">${config.title.name}</th>
+ <th class="col_Binding">${config.title.bundle}</th>
+ <th class="col_Actions">${config.title.actions}</th>
</tr>
</thead>
<tbody>
<tr>
- <td class="pointer"> </td>
- <td> </td>
+ <td class="pointer"><span class="ui-icon ui-icon-triangle-1-e subpid"> </span></td>
<td> </td>
<td>
<ul class="icons">
@@ -58,24 +56,9 @@
</ul>
</td>
</tr>
- </tbody>
- </table>
-
- <div id="factoryTableCaption" class="ui-widget-header ui-corner-top buttonGroup">
- ${config.factories.title}
- </div>
- <table class="tablesorter nicetable noauto">
- <thead>
- <tr>
- <th class="col_Name">Name</th>
- <th class="col_FPID">Factory PID</th>
- <th class="col_Actions" style="width: 7em">Actions</th>
- </tr>
- </thead>
- <tbody>
- <tr>
+ <tr class="fpid">
<td class="pointer"> </td>
- <td> </td>
+ <td>-</td>
<td>
<ul class="icons">
<li class="dynhover" title="${config.create.tip}"><span class="ui-icon ui-icon-plusthick"> </span></li>