From d9400ec12b44be380459692a0bae4628591e3a7b Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 15:25:37 +0800 Subject: GSO-76 Change-Id: I796ebc729c6f820fd94f5ec2f1e3286715c487c8 Signed-off-by: Seshu-Kumar-M --- .../portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html index 8b5677ea..087f125e 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html @@ -40,7 +40,7 @@ var jsondata = loadGetServiceData(); $.each(jsondata,function(k,v){ - jsondata[k].createTime= new Date(jsondata[key].createTime).toUTCString(); + jsondata[k].createTime= new Date(jsondata[k].createTime).toUTCString(); }); $('#sai').bootstrapTable({ -- cgit 1.2.3-korg