Properties need to be unique, even when they have the same name..

Change-Id: Ifc992458778860c6c8f574c76aad0e9f92699193
diff --git a/web/gui/src/main/webapp/app/view/settings/settings.html b/web/gui/src/main/webapp/app/view/settings/settings.html
index 7903977..8e23617 100644
--- a/web/gui/src/main/webapp/app/view/settings/settings.html
+++ b/web/gui/src/main/webapp/app/view/settings/settings.html
@@ -15,7 +15,7 @@
             <table>
                 <tr>
                     <td colId="component" sortable col-width="260px">Component </td>
-                    <td colId="id" sortable col-width="260px">Property </td>
+                    <td colId="prop" sortable col-width="260px">Property </td>
                     <td colId="type" sortable col-width="100px">Type </td>
                     <td colId="value" sortable col-width="100px">Value </td>
                     <td colId="desc">Description </td>
@@ -36,7 +36,7 @@
                     ng-class="{selected: prop.id === selId}"
                     ng-repeat-complete row-id="{{prop.id}}">
                     <td>{{prop.component}}</td>
-                    <td>{{prop.id}}</td>
+                    <td>{{prop.prop}}</td>
                     <td>{{prop.type}}</td>
                     <td ng-class="{notdef: prop.value !== prop.defValue}">
                         {{prop.value}}