From 6bb606fd995d4a00b34c137b5d99948f72e878f0 Mon Sep 17 00:00:00 2001 From: Seshu-Kumar-M Date: Mon, 31 Oct 2016 15:24:18 +0800 Subject: GSO-76 Change-Id: I9d37db7b5c1900ab1f5e156c8e871318d987f3d4 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 9c2f8509..ad3b5977 100644 --- a/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html +++ b/openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html @@ -41,7 +41,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