fix query log info, jobs by counter
[proteocache.git] / website / ReportLogInfo.jsp
1 <%@page import="java.util.ArrayList"%>
2 <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
3 <%@ taglib uri="http://java.sun.com/jsp/jstl/functions" prefix="fn" %>
4 <%@ taglib uri="http://java.sun.com/jsp/jstl/fmt" prefix="fmt" %>
5 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
6 <h3>Jobs log information for: ${IdJob}</h3>
7 <h3>Time execution: ${timeExecution} ms</h3>
8 <p> Date Start : ${result.logInfo.dateStart}</p>
9 <p> Date End   : ${result.logInfo.dateEnd}</p>
10 <p> Sequence   : ${result.logInfo.sequence}</p>
11