diff options
author | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 15:24:18 +0800 |
---|---|---|
committer | Seshu-Kumar-M <seshu.kumar.m@huawei.com> | 2016-10-31 15:24:18 +0800 |
commit | 6bb606fd995d4a00b34c137b5d99948f72e878f0 (patch) | |
tree | 74689d00a56741b51855937e14c6e778ed5e5e35 /openo-portal/portal-lifecyclemgr | |
parent | e8f78ea0c6a5bce189c3c688046f0d0062f2f0c5 (diff) |
GSO-76
Change-Id: I9d37db7b5c1900ab1f5e156c8e871318d987f3d4
Signed-off-by: Seshu-Kumar-M <seshu.kumar.m@huawei.com>
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({
|