Fixed FELIX-3848 : Differentiate between unbound and new configuration
https://issues.apache.org/jira/browse/FELIX-3848


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1643105 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/templates/config.html b/webconsole/src/main/resources/templates/config.html
index 97d21c7..e357fe5 100644
--- a/webconsole/src/main/resources/templates/config.html
+++ b/webconsole/src/main/resources/templates/config.html
@@ -50,6 +50,7 @@
 	<table id="configTable" class="tablesorter nicetable noauto">
 		<thead>
 			<tr>
+				<th class="col_Exists">${config.title.exists}</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>
@@ -57,6 +58,7 @@
 		</thead>
 		<tbody>
 			<tr>
+				<td class="col_Exists_body" title="${config.title.exists.tip}"><div class="ui-icon ui-icon-check">&nbsp;</div></td>
 				<td class="pointer"><div class="ui-icon ui-icon-triangle-1-e subpid">&nbsp;</div></td>
 				<td>&nbsp;</td>
 				<td>
@@ -68,6 +70,7 @@
 				</td>
 			</tr>
 			<tr class="fpid">
+				<td>&nbsp;</td>
 				<td class="pointer">&nbsp;</td>
 				<td>-</td>
 				<td>