aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-31 07:27:04 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-31 07:27:04 +0000
commit549be25cd9f20e9a22551570a22fe8f400482e1c (patch)
treeb1e88dc9c087d70185b3e783c3a7071d7854811e
parentbb5cdc032027968be4e92c5504b18d8d6afa4c6f (diff)
parentd9400ec12b44be380459692a0bae4628591e3a7b (diff)
Merge "GSO-76"
-rw-r--r--openo-portal/portal-lifecyclemgr/src/main/webapp/lifecyclemgr/gsolcmmain.html2
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 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({