提交 39d51be3 编写于 作者: Y You Yong

modify the dashboard

上级 a8c57277
......@@ -49,7 +49,7 @@ public class Handler implements PageHandler<Context> {
TransactionType detail = report.getMachines().get("All").getTypes().get("URL");
detail.getTotalCount();
Map<String,String> data = new HashMap<String,String>();
data.put(domain+"-Url-Total", String.valueOf(detail.getTotalCount()));
data.put(domain+"UrlTotal", String.valueOf(detail.getTotalCount()));
model.setData(m_gson.toJson(data));
m_jspViewer.view(ctx, model);
}
......
......@@ -69,7 +69,7 @@
<td>${w:format(e.std,'0.0')}</td>
<td>${w:format(e.tps,'0.0')}</td>
</tr>
<tr class="graphs"><td colspan="10"><div id="${status.index}" style="display:none"></div></td></tr>
<tr class="graphs"><td colspan="11"><div id="${status.index}" style="display:none"></div></td></tr>
</c:forEach>
</c:when>
<c:otherwise>
......@@ -106,7 +106,7 @@
<td>${w:format(e.std,'0.0')}</td>
<td>${w:format(e.tps,'0.0')}</td>
</tr>
<tr class="graphs"><td colspan="10"><div id="${status.index}" style="display:none"></div></td></tr>
<tr class="graphs"><td colspan="11"><div id="${status.index}" style="display:none"></div></td></tr>
</c:forEach>
</c:otherwise>
</c:choose>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册