Updated the indenting for the coloring of mismatched log entries.

This commit is contained in:
Cyrus 2020-11-06 11:26:38 -05:00
parent 9aa2c6a46d
commit e152ba1a33

View File

@ -60,11 +60,11 @@
<c:choose>
<c:when test="${event.isError()}">
<tr style="background: tomato">
</c:when>
<c:otherwise>
</c:when>
<c:otherwise>
<tr>
</c:otherwise>
</c:choose>
</c:otherwise>
</c:choose>
<td style="width: 75px">${count}</td>
<td class="pcrCell">PCR${event.getPcrIndex()}</td>
<td>${event.getEventTypeStr()}</td>