Bug Fix: Updated topo2 Link Details to use the new data structure for the list builder service
Change-Id: I6a2de97094ea08fe175f53b1973f577a7cb3564f
diff --git a/web/gui/src/main/webapp/app/view/topo2/topo2LinkPanel.js b/web/gui/src/main/webapp/app/view/topo2/topo2LinkPanel.js
index f7dc66c..79d27a3 100644
--- a/web/gui/src/main/webapp/app/view/topo2/topo2LinkPanel.js
+++ b/web/gui/src/main/webapp/app/view/topo2/topo2LinkPanel.js
@@ -44,7 +44,18 @@
'A Type', 'A Id', 'A Label', 'A Port', '-',
'B Type', 'B Id', 'B Label', 'B Port',
],
- props: {
+ propLabels: {
+ 'Type': 'Type',
+ 'A Type': 'A Type',
+ 'A Id': 'A Id',
+ 'A Label': 'A Label',
+ 'A Port': 'A Port',
+ 'B Type': 'B Type',
+ 'B Id': 'B Id',
+ 'B Label': 'B Label',
+ 'B Port': 'B Port',
+ },
+ propValues: {
'-': '',
'Type': data.get('type'),
'A Type': source.get('nodeType'),