bug fix vnfd reference in vnf instances list
[osm/LW-UI.git] / instancehandler / template / instance_list.html
index 4ba6fe0..bc94e5f 100644 (file)
                 },
                 {
                     "render": function (data, type, row) {
-                        return '<a href="javascript:openDescriptorView(\'vnfd\', \'' + row["_id"]+'\')"> ' + row["vnfd-ref"] +' </a>';
+                        return '<a href="javascript:openDescriptorView(\'vnfd\', \'' + row["vnfd-id"]+'\')"> ' + row["vnfd-ref"] +' </a>';
                     },
                     "targets": 1
                 },