提交 0e7d8d1d 编写于 作者: Y youyong

modify the cat

上级 1c99f46d
......@@ -76,10 +76,12 @@
<c:forEach var="item" items="${model.state.processDomains}"
varStatus="status">
<tr class="${status.index mod 2 != 0 ? 'odd' : 'even'}">
<c:set var="lastIndex" value="${status.index}"/>
<td>${item.name}</td>
<td>${item.ips}</td>
</tr>
</c:forEach>
<tr>${lastIndex}</tr>
</table>
<br>
</jsp:body>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册