aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjin xin <j00101220@huawei.com>2016-10-31 07:26:39 +0000
committerGerrit Code Review <gerrit@open-o.org>2016-10-31 07:26:39 +0000
commitb655fe9896e5198ae3d065e5a03fb43422a6b7b2 (patch)
tree81342d0b6af64b34cd0fe264d3a15d5dec7a4659
parent2f62bcbfb62bb4b4390ee80e9a87ce263cff12dc (diff)
parent6bb606fd995d4a00b34c137b5d99948f72e878f0 (diff)
Merge "GSO-76" into sun
-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({