]> git.argeo.org Git - gpl/argeo-slc.git/blobdiff - org.argeo.slc.webapp/src/main/webapp/WEB-INF/jsp/resultList.jsp
Introduce close tree test result request
[gpl/argeo-slc.git] / org.argeo.slc.webapp / src / main / webapp / WEB-INF / jsp / resultList.jsp
index 0743ac38d007b26cdd6dbbb91c8261e6b08b9e88..a5e2fef8622b4fe26e788418ab3ca3839c8d91be 100644 (file)
        <thead>\r
                <tr>\r
                        <th>Id</th>\r
+                       <th>Status</th>\r
                </tr>\r
        </thead>\r
        <c:forEach items="${results}" var="result">\r
                <tr>\r
                        <td>${result.uuid}</td>\r
+                       <c:choose>\r
+                               <c:when test="${result.closeDate != null}">\r
+                                       <td>${result.closeDate}</td>\r
+                               </c:when>\r
+                               <c:otherwise>\r
+                                       <td>NOT CLOSED</td>\r
+                               </c:otherwise>\r
+                       </c:choose>\r
                        <td><a href="resultView.web?uuid=${result.uuid}">view</a></td>\r
                </tr>\r
        </c:forEach>\r