From f6851720e6203ce08cb8a71d5eeda4468aac29b1 Mon Sep 17 00:00:00 2001 From: lombardofr Date: Tue, 20 Nov 2018 16:23:13 +0100 Subject: [PATCH] bug fix vnfd reference in vnf instances list Change-Id: I9f654c70cea8b02583e71f7d165b2f6ae1806b3e Signed-off-by: lombardofr --- instancehandler/template/instance_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/instancehandler/template/instance_list.html b/instancehandler/template/instance_list.html index 4ba6fe0..bc94e5f 100644 --- a/instancehandler/template/instance_list.html +++ b/instancehandler/template/instance_list.html @@ -192,7 +192,7 @@ }, { "render": function (data, type, row) { - return ' ' + row["vnfd-ref"] +' '; + return ' ' + row["vnfd-ref"] +' '; }, "targets": 1 }, -- 2.17.1