diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 15:25:37 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 15:25:37 +0800 |
commit | d9400ec12b44be380459692a0bae4628591e3a7b (patch) | |
tree | 16f3fdc4361dfe871a479ed064d3379e7e35709b | |
parent | e873fa663c4d103b360d3fd9e796869325da1363 (diff) |
GSO-76
Change-Id: I796ebc729c6f820fd94f5ec2f1e3286715c487c8
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
-rw-r--r-- | openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html | 2 |
1 files changed, 1 insertions, 1 deletions
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({
|