提交 85bd770d 编写于 作者: Y yong.you

fix the bug history bug

上级 a30027af
......@@ -97,7 +97,6 @@ public class MatrixAnalyzer extends AbstractMessageAnalyzer<MatrixReport> implem
real.setTotalCount(real.getTotalCount() + count);
real.setTotalTime(real.getTotalTime() + time);
}
// the message is required by some matrixs
if (matrix.getUrl() == null) {
matrix.setUrl(tree.getMessageId());
}
......
......@@ -201,7 +201,6 @@ public class DisplayMatrix {
}
public void setCacheInfo(Matrix matrix) {
Ratio ratio = matrix.getRatios().get("Cache");
if (ratio == null) {
return;
......
......@@ -25,7 +25,7 @@
</td>
</tr>
</table>
${model.test}
<%@ include file="detail.jsp"%>
<table class="footer">
<tr>
<td>[ end ]</td>
......
......@@ -35,7 +35,7 @@
<c:forEach var="nav" items="${model.navs}">
&nbsp;[ <a href="${model.baseUri}?date=${model.date}&domain=${model.domain}&step=${nav.hours}&product=${payload.product}&test=${payload.test}&${navUrlPrefix}">${nav.title}</a> ]&nbsp;
</c:forEach>
&nbsp;[ <a href="${model.baseUri}?${navUrlPrefix}">now</a> ]&nbsp;
&nbsp;[ <a href="${model.baseUri}?${navUrlPrefix}&product=${payload.product}">now</a> ]&nbsp;
</td>
</tr>
</table>
......
......@@ -57,7 +57,7 @@
</table>
<br>
<table class='problem'>
<table class="problem" style="width:100%">
<tr>
<th width="15%">Type</th>
<th width="5%">Total</th>
......
......@@ -60,7 +60,7 @@
</tr>
</table>
<br>
<table class='problem'>
<table class="problem" style="width:100%">
<tr>
<th width="15%">Type</th>
<th width="5%">Total</th>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册