bug fix vnfd reference in vnf instances list
[osm/LW-UI.git] / instancehandler / template / instance_list.html
index 97eac57..bc94e5f 100644 (file)
                             '         <i class="fa fa-magic"></i> Exec NS Primitive</a></li>' +
                             '     <li>' +
                             '         <a href="/instances/ns/' +row["_id"] +'/operation">' +
-                            '             <i class="fa fa-list"></i> Active operations</a></li>' +
+                            '             <i class="fa fa-list"></i> History of operations</a></li>' +
                             '     <li class="divider"></li>' +
                             '     <li><a href="#"' +
                             '            onclick="javascript:newAlarmNs(\''+ row["short-name"] +'\', \''+row["_id"]+'\')">' +
                 },
                 {
                     "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
                 },