We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8134563 commit ef8fcf2Copy full SHA for ef8fcf2
src/main/webapp/WEB-INF/views/reports/overall-status.jsp
@@ -6,7 +6,12 @@
6
<%@taglib prefix="t" tagdir="/WEB-INF/tags" %>
7
<c:set var="title" value="Overall Signoff Status"/>
8
<t:reports-page title="${title}">
9
- <jsp:attribute name="stylesheets">
+ <jsp:attribute name="stylesheets">
10
+ <style>
11
+ .chart-legend tbody tr, .chart-legend tbody th, .chart-legend tbody td {
12
+ border-bottom: none;
13
+ }
14
+ </style>
15
</jsp:attribute>
16
<jsp:attribute name="scripts">
17
<c:choose>
@@ -149,6 +154,12 @@
149
154
</td>
150
155
</tr>
151
156
</c:forEach>
157
+ <tr>
158
+ <th></th>
159
+ <td></td>
160
+ <td><fmt:formatNumber value="${totalCount eq 0 ? 0 : totalCount}"/></td>
161
162
+ </tr>
152
163
</tbody>
153
164
</table>
165
<div class="chart-footnote">
0 commit comments