Skip to content

Commit

Permalink
Changed jsp code for nodeAvailability-box, fixes LTS-95
Browse files Browse the repository at this point in the history
  • Loading branch information
christianpape committed Mar 3, 2015
1 parent f2742b2 commit 728897f
Showing 1 changed file with 16 additions and 14 deletions.
30 changes: 16 additions & 14 deletions opennms-webapp/src/main/webapp/includes/nodeAvailability-box.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -219,21 +219,23 @@
</tr>
<% } %>
<% } else { %>
<%-- interface is not managed --%>
<% if("0.0.0.0".equals(ipAddr)) {
}
else { %>
<tr>
<td>
<%-- interface is not managed --%>
<% if("0.0.0.0".equals(ipAddr)) {
}
else { %>
<tr>
<td class="severity-Cleared nobright" colspan=2>
<a href="<c:out value="${interfaceLink}"/>"><%=ipAddr%></a>
</td>
<td class="severity-Indeterminate" colspan="2"><%=ElementUtil.getInterfaceStatusString(intf)%></td>
</tr>
<% } %>
<% } %>
<% } %>
<% } %>
</table>
</td>
<!--<td class="severity-Cleared nobright"></td>-->
<td class="severity-Cleared nobright"><img src="#" data-imgsrc="<%=timelineEmptyUrl%>"></td>
<td class="severity-Indeterminate" colspan="2"><%=ElementUtil.getInterfaceStatusString(intf)%></td>
</tr>
<% } %>
<% } %>
<% } %>
<% } %>
</table>

</div>

Expand Down

0 comments on commit 728897f

Please sign in to comment.