提交 f26d3758 编写于 作者: J jialinsun

fix network page bug after merge

上级 31b668ab
......@@ -50,7 +50,7 @@ p {
</c:forEach>
<c:forEach var="item" items="${model.productLines}" varStatus="status">
<li class='nav-header' id="metric_${item.id}"><a href="?date=${model.date}&domain=${model.domain}&product=${item.id}&timeRange=${payload.timeRange}"><strong>${item.id}</strong></a></li>
<li class='nav-header' id="metric_${item.id}"><a href="?op=view&date=${model.date}&domain=${model.domain}&product=${item.id}&timeRange=${payload.timeRange}"><strong>${item.id}</strong></a></li>
</c:forEach>
<li>&nbsp;</li>
</ul>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册