File tree Expand file tree Collapse file tree
src/main/webapp/WEB-INF/views/beam-transport Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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) } " />
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" >
You can’t perform that action at this time.
0 commit comments