Improve visibility of the website
[proteocache.git] / webapp / view / reportIPstatistics.jsp
index ec4138b..87b73ce 100644 (file)
                <jsp:include page="fragments/mainmenu.jsp" />
                <spring:url value="/ip/query" var="ipquery" />
 
-               <!-- <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 IP with at least ${counter} jobs found</p>
+                       <p>No IP with at least ${counter} jobs ever launched found</p>
                </c:when>
                <c:otherwise>
-                       <p>${njobs} IP with at least ${counter} jobs found</p>
+                       <p>${njobs} IP with at least ${counter} jobs ever launched</p>
                        <div class="table-responsive">
                        <table class="table table-striped table-hover table-bordered">
                        <thead>
@@ -43,6 +48,9 @@
                </c:otherwise>
                </c:choose>
 
+       </div>
+       </div>
+
                <jsp:include page="fragments/footer.jsp" />
        </div>
 </body>