]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/slcExecutionList.jsp
Introduce close tree test result request
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / jsp / slcExecutionList.jsp
index 16ec29560a4e0dd40f313bed05abc7b8e3f48bb8..fb70e50a111a21cc7d6a46ebda1b1f4d1dc37a9e 100644 (file)
 <h1>SLC Execution List</h1>\r
 \r
 <table>\r
+       <thead>\r
+               <tr>\r
+                       <td>UUID</td>\r
+                       <td>STATUS</td>\r
+                       <td>HOST</td>\r
+                       <td>TYPE</td>\r
+               </tr>\r
+       </thead>\r
        <c:forEach items="${slcExecutions}" var="slcExecution">\r
                <tr>\r
                        <td>${slcExecution.uuid}</td>\r
                        <td>${slcExecution.status}</td>\r
+                       <td>${slcExecution.host}</td>\r
+                       <td>${slcExecution.type}</td>\r
+                       <td><a href="slcExecutionView.web?uuid=${slcExecution.uuid}">view</a></td>\r
                </tr>\r
        </c:forEach>\r
 </table>\r