GSO-76

Change-Id: I796ebc729c6f820fd94f5ec2f1e3286715c487c8
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
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 8b5677e..087f125 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({