Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions src/main/webapp/WEB-INF/views/beam-transport/weekly-tune.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<th style="width: 75px;">Duration (Hours)</th>
<th style="width: 285px;">Problem / Symptom</th>
<th style="width: 285px;">Solution</th>
<th style="width: 125px;">Component</th>
<th style="width: 125px;">System and Component</th>
<th style="width: 85px;">Incidents Last 4 Weeks</th>
<th style="width: 125px;">Repaired By</th>
</tr>
Expand Down Expand Up @@ -118,6 +118,7 @@
<td class="problem-td">
<a class="incident-title-link" href="${pageContext.request.contextPath}/incidents/${incident.incidentId}" title="${fn:escapeXml(incident.summary)}"><c:out value="${incident.title}"/></a>
<div class="start-time-subcell" title="Not Bounded: ${fn:escapeXml(dtm:formatSmartDate(incident.timeDown))}">
<c:out value="${incident.type}"/>:
<c:choose>
<c:when test="${incident.timeDown.time < start.time}">
<c:out value="${dtm:formatSmartDate(start)}"/>
Expand All @@ -138,7 +139,7 @@
<c:param name="fullscreen" value="${fn:escapeXml(param.fullscreen)}"/>
<c:param name="qualified" value=""/>
</c:url>
<td><c:out value="${incident.componentName}"/></td>
<td><c:out value="${incident.systemName}"/>; <c:out value="${incident.componentName}"/></td>
<td class="center-aligned${incident.frequency > 1 ? ' repeat-offender' : ''}"><a href="${fn:escapeXml(url)}"><c:out value="${incident.frequency}"/></a></td>
<td class="repaired-by-field">
<span class="read-field">
Expand Down