diff options
author | jin xin <j00101220@huawei.com> | 2016-10-31 07:27:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@open-o.org> | 2016-10-31 07:27:04 +0000 |
commit | 549be25cd9f20e9a22551570a22fe8f400482e1c (patch) | |
tree | b1e88dc9c087d70185b3e783c3a7071d7854811e /openo-portal/portal-lifecyclemgr | |
parent | bb5cdc032027968be4e92c5504b18d8d6afa4c6f (diff) | |
parent | d9400ec12b44be380459692a0bae4628591e3a7b (diff) |
Merge "GSO-76"
Diffstat (limited to 'openo-portal/portal-lifecyclemgr')
-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({
|