Improve visibility of the website
[proteocache.git] / webapp / view / reportProteinSequencesCounter.jsp
index 953f2d8..432af72 100644 (file)
                <spring:url value="/sequence/querysequence" var="searchquery" />
                <spring:url value="/joblog/query" var="jobquery" />
 
-               <!-- <h3>Time execution: ${timeExecution} ms</h3>-->
+
+       <div class="panel panel-default">
+       <div class="panel-heading">
+               <div style="font-weight:bold;">Jobs Statistics</div>
+       </div>
+       <div class="panel-body">
+
                <c:choose>
                <c:when test="${njobs == 0}">
                        <p>No proteins with at least ${counter} jobs found</p>
@@ -45,6 +51,8 @@
                        </div>
                </c:otherwise>
                </c:choose>
+       </div>
+       </div>
 
                <jsp:include page="fragments/footer.jsp" />
        </div>