projects
/
osm
/
LW-UI.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43f285
)
bug fix vnfd reference in vnf instances list
26/6926/1
author
lombardofr
<lombardo@everyup.it>
Tue, 20 Nov 2018 15:23:13 +0000
(16:23 +0100)
committer
lombardofr
<lombardo@everyup.it>
Tue, 20 Nov 2018 15:23:13 +0000
(16:23 +0100)
Change-Id: I9f654c70cea8b02583e71f7d165b2f6ae1806b3e
Signed-off-by: lombardofr <lombardo@everyup.it>
instancehandler/template/instance_list.html
patch
|
blob
|
history
diff --git
a/instancehandler/template/instance_list.html
b/instancehandler/template/instance_list.html
index
4ba6fe0
..
bc94e5f
100644
(file)
--- a/
instancehandler/template/instance_list.html
+++ b/
instancehandler/template/instance_list.html
@@
-192,7
+192,7
@@
},
{
"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
},