Add the "Reload" and "CSV" buttons
[proteocache.git] / webapp / view / reportJobLog.jsp
index da1fcde..115f9af 100644 (file)
                                <spring:url value="../${jobarchive}" var="jobarchivefile" />
                                <p>Job archive: <a title="Click to get the file" href="${jobarchivefile}">download</a></p>
                        </c:if>
+                       <div class="grid-wrapper-div">
                        <table class="table table-striped table-hover table-bordered">
                        <tbody>
+                               <thead>
+                                       <tr>
+                                               <th>ID</th>
+                                               <th >Sequence</th>
+                                       </tr>
+                               </thead>
                                <tr>
-                                       <td>Sequence</td>
-                                       <td style="text-align: left; border-buttom: dotted; font-family: monospace">
+                                       <td>Protein</td>
+                                       <td >
                                                <a title="Click to view other jobs" href="${sequence_query}?sequence=${result.sequence}&searchtype=whole">${result.sequence}</a>
                                        </td>
                                </tr>
@@ -44,6 +51,7 @@
                                </c:forEach>
                        </tbody>
                        </table>
+                       </div>
                </div>
                </div>