Merge branch 'servlets' of https://source.jalview.org/git/proteocache into servlets
[proteocache.git] / webapp / view / reportJobStatisticsOneDay.jsp
index 719ace8..1194596 100644 (file)
                        </tr>
                </thead>
                <tbody>
-                       <c:forEach items="${results}" var="res" varStatus="status">
+                       <c:forEach items="${results.jobidAndSeq}" var="res" varStatus="status">
                                <tr>
-                                       <td><a href="${jobquery}?IdJob=${res.id}">${res.id}</a></td>
+                                       <td><a href="${jobquery}?IdJob=${res.key}">${res.key}</a></td>
                                        <c:choose>
-                                       <c:when test="${res.prot == ''}">
+                                       <c:when test="${res.value == ''}">
                                                        <td>Job with alignment</td>
                                        </c:when>
                                        <c:otherwise>
-                                               <td style="text-align: left; border-buttom: dotted; font-family: monospace">${res.prot}</td>
+                                               <td style="text-align: left; border-buttom: dotted; font-family: monospace">${res.value}</td>
                                        </c:otherwise>
                                        </c:choose>