fix query log info, jobs by counter
[proteocache.git] / website / ReportLogInfo.jsp
similarity index 65%
rename from website/ReportLog.jsp
rename to website/ReportLogInfo.jsp
index e3cc33e..d4079ad 100644 (file)
@@ -5,13 +5,7 @@
 <%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
 <h3>Jobs log information for: ${IdJob}</h3>
 <h3>Time execution: ${timeExecution} ms</h3>
-<c:forEach items="${result}" var="res">
-<p>${res.nameColumn} :
-${res.valueColumn}
-</p>
-</c:forEach>
-<c:forEach items="${result}" var="res">
-<p>${res.namePrediction} :
-${res.valuePrediction}
-</p>
-</c:forEach>
\ No newline at end of file
+<p> Date Start : ${result.logInfo.dateStart}</p>
+<p> Date End   : ${result.logInfo.dateEnd}</p>
+<p> Sequence   : ${result.logInfo.sequence}</p>
+