<%@ taglib uri="http://displaytag.sf.net" prefix="dt" %>
<h3>Jobs log information for: ${IdJob}</h3>
<h3>Time execution: ${timeExecution} ms</h3>
-<p> Date Start : ${result.logInfo.dateStart}<br/>
- Date End : ${result.logInfo.dateEnd}<br/>
- IP : ${result.logInfo.ip}</p>
+
+<p>
+ Start timestamp : ${result.logInfo.dateStart}<br/>
+ End timestamp : ${result.logInfo.dateEnd}<br/>
+ IP: ${result.logInfo.ip}
+</p>
+
<table border="1" style="border-collapse: collapse; white-space: nowrap">
<tbody>
<tr>
<thead>
<tr>
<th style="text-align: centre">ID</th>
- <th style="text-align: centre">Prediction</th>
+ <th style="text-align: centre">Predictions</th>
</tr>
</thead>
<tbody>
<c:forEach items="${result}" var="res" varStatus="status">
<tr>
- <td rowspan="2">${res.id}</td>
+ <td rowspan="2"><a href="ServletLogInfo?IdJob=${res.id}">${res.id}</a></td>
<c:if test="${flag == 'whole'}">
<td
style="text-align: left; border-buttom: dotted; font-family: monospace"><c:out