FELIX-569 Apply config-name_column-sorting.patch by Valentin Valchev (thanks)

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@922580 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/config.html b/webconsole/src/main/resources/templates/config.html
index 34629c5..4a3d7f1 100644
--- a/webconsole/src/main/resources/templates/config.html
+++ b/webconsole/src/main/resources/templates/config.html
@@ -39,17 +39,17 @@
 	<table class="tablesorter nicetable noauto">
 		<thead>
 			<tr>
-				<th class="col_FPID">Factory PID</th>
 				<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>
 			</tr>
 		</thead>
 		<tbody>
 			<tr>
-				<td>&nbsp;</td>
 				<td class="pointer">&nbsp;</td>
 				<td>&nbsp;</td>
+				<td>&nbsp;</td>
 				<td>
 					<ul class="icons">
 						<li class="dynhover" title="${config.edit.tip}"><span class="ui-icon ui-icon-pencil">&nbsp;</span></li>
@@ -67,15 +67,15 @@
 	<table class="tablesorter nicetable noauto">
 		<thead>
 			<tr>
-				<th class="col_FPID">Factory PID</th>
 				<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>
-				<td>&nbsp;</td>
 				<td class="pointer">&nbsp;</td>
+				<td>&nbsp;</td>
 				<td>
 					<ul class="icons">
 						<li class="dynhover" title="${config.create.tip}"><span class="ui-icon ui-icon-plusthick">&nbsp;</span></li>