From df00b3d6b4cc8d7c8a23f8f00a7c7d5e0f622566 Mon Sep 17 00:00:00 2001 From: Chisu Yu Date: Thu, 21 Feb 2013 09:44:19 +0000 Subject: [PATCH] =?UTF-8?q?[=EC=9C=A0=EC=B9=98=EC=88=98]=20[NOBTS]=20?= =?UTF-8?q?=EC=A0=95=EB=A0=AC=20=EA=B8=B0=EB=8A=A5=20=EB=B3=B4=EA=B0=95.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-web/trunk@1247 84d0f5b1-2673-498c-a247-62c4ff18d310 --- .../webapp/WEB-INF/views/selectTransaction.jsp | 2 +- src/main/webapp/common/js/d3.chart.scatter.js | 4 +++- .../webapp/common/js/hippo/chart-transactions.js | 16 ++++++++-------- src/main/webapp/index.html | 6 +++--- 4 files changed, 15 insertions(+), 13 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/selectTransaction.jsp b/src/main/webapp/WEB-INF/views/selectTransaction.jsp index a7e9bae61..31ba132fb 100644 --- a/src/main/webapp/WEB-INF/views/selectTransaction.jsp +++ b/src/main/webapp/WEB-INF/views/selectTransaction.jsp @@ -232,7 +232,7 @@ ${record.arguments} - + diff --git a/src/main/webapp/common/js/d3.chart.scatter.js b/src/main/webapp/common/js/d3.chart.scatter.js index 0121ef8a8..2ae826b62 100644 --- a/src/main/webapp/common/js/d3.chart.scatter.js +++ b/src/main/webapp/common/js/d3.chart.scatter.js @@ -393,7 +393,9 @@ d3.chart.scatter._renderer = function(){ html.push(i + 1); html.push(""); - html.push(""); + html.push(""); html.push(new Date(data[i].startTime).format("HH:MM:ss l")); html.push(""); diff --git a/src/main/webapp/common/js/hippo/chart-transactions.js b/src/main/webapp/common/js/hippo/chart-transactions.js index 8c45ce62b..a619e925c 100644 --- a/src/main/webapp/common/js/hippo/chart-transactions.js +++ b/src/main/webapp/common/js/hippo/chart-transactions.js @@ -13,20 +13,20 @@ function showTransactionList(transactions) { html.push(transactions[i].name); html.push(""); - html.push(""); - html.push(transactions[i].calls); + html.push(""); + html.push(formatNumber(transactions[i].calls)); html.push(""); - html.push(""); - html.push(transactions[i].avgTime); + html.push(""); + html.push(formatNumber(transactions[i].avgTime)); html.push(""); - html.push(""); - html.push(transactions[i].minTime); + html.push(""); + html.push(formatNumber(transactions[i].minTime)); html.push(""); - html.push(""); - html.push(transactions[i].maxTime); + html.push(""); + html.push(formatNumber(transactions[i].maxTime)); html.push(""); html.push(""); diff --git a/src/main/webapp/index.html b/src/main/webapp/index.html index 64e6896cd..462255933 100644 --- a/src/main/webapp/index.html +++ b/src/main/webapp/index.html @@ -111,10 +111,10 @@ - - + + - +
#Time#Time TraceIdRes. Time (ms)Res. Time (ms) Exception Application AgentId