Skip to content

Commit be6094d

Browse files
committed
Show Event Type on Tune Report
Fixes #64
1 parent c4bc42a commit be6094d

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/main/webapp/WEB-INF/views/beam-transport/weekly-tune.jsp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<th style="width: 75px;">Duration (Hours)</th>
9090
<th style="width: 285px;">Problem / Symptom</th>
9191
<th style="width: 285px;">Solution</th>
92-
<th style="width: 125px;">Component</th>
92+
<th style="width: 125px;">System and Component</th>
9393
<th style="width: 85px;">Incidents Last 4 Weeks</th>
9494
<th style="width: 125px;">Repaired By</th>
9595
</tr>
@@ -118,6 +118,7 @@
118118
<td class="problem-td">
119119
<a class="incident-title-link" href="${pageContext.request.contextPath}/incidents/${incident.incidentId}" title="${fn:escapeXml(incident.summary)}"><c:out value="${incident.title}"/></a>
120120
<div class="start-time-subcell" title="Not Bounded: ${fn:escapeXml(dtm:formatSmartDate(incident.timeDown))}">
121+
<c:out value="${incident.type}"/>:
121122
<c:choose>
122123
<c:when test="${incident.timeDown.time < start.time}">
123124
<c:out value="${dtm:formatSmartDate(start)}"/>
@@ -138,7 +139,7 @@
138139
<c:param name="fullscreen" value="${fn:escapeXml(param.fullscreen)}"/>
139140
<c:param name="qualified" value=""/>
140141
</c:url>
141-
<td><c:out value="${incident.componentName}"/></td>
142+
<td><c:out value="${incident.systemName}"/>; <c:out value="${incident.componentName}"/></td>
142143
<td class="center-aligned${incident.frequency > 1 ? ' repeat-offender' : ''}"><a href="${fn:escapeXml(url)}"><c:out value="${incident.frequency}"/></a></td>
143144
<td class="repaired-by-field">
144145
<span class="read-field">

0 commit comments

Comments
 (0)