diff options
author | jin xin <j00101220@huawei.com> | 2016-10-31 07:26:39 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 07:26:39 +0000 |
commit | b655fe9896e5198ae3d065e5a03fb43422a6b7b2 (patch) | |
tree | 81342d0b6af64b34cd0fe264d3a15d5dec7a4659 | |
parent | 2f62bcbfb62bb4b4390ee80e9a87ce263cff12dc (diff) | |
parent | 6bb606fd995d4a00b34c137b5d99948f72e878f0 (diff) |
Merge "GSO-76" into sun
-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 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({
|