PROT-7 fixed report by dates
[proteocache.git] / website / ReportJobsByDate.jsp
index f583510..f531446 100644 (file)
        </c:otherwise>
 </c:choose>
 <h3>Time execution: ${timeExecution} ms</h3>
+<c:choose>
+
+       <c:when test="${result == null}">
+               <h3>No jobs for this period  </h3>
+       </c:when>
+       <c:otherwise>
 
 <c:set var="sum" value="0" />
 <c:set var="sumOK" value="0" />
@@ -74,4 +80,6 @@
                </c:forEach>
 
        </tbody>
-</table>
\ No newline at end of file
+</table>
+</c:otherwise>
+</c:choose>
\ No newline at end of file