Fixed
Details
Assignee
DJ GregorDJ GregorReporter
Marc C. PoulinMarc C. PoulinComponents
Fix versions
Affects versions
Priority
Major
Details
Details
Assignee
DJ Gregor
DJ GregorReporter
Marc C. Poulin
Marc C. PoulinComponents
Fix versions
Affects versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created August 12, 2006 at 2:20 PM
Updated January 27, 2017 at 4:31 PM
Resolved September 6, 2010 at 3:47 PM
Index: opennms-webapp/src/main/webapp/pathOutage/index.jsp
===================================================================
— opennms-webapp/src/main/webapp/pathOutage/index.jsp (revision 3934)
+++ opennms-webapp/src/main/webapp/pathOutage/index.jsp (working copy)
@@ -69,7 +69,7 @@
<td class="standardbold" bgcolor="<%= pthData[3] %>"
colspan="4" align="center">Def
ault Critical Path = <%= dcpip %> ICMP</td>
</tr>
<tr>
<td class="standard" colspan="4" align="center"> </td>
+ <td class="standard" colspan="4" align="center"> </td>
</tr>
<% } %>
<tr>
Index: opennms-webapp/src/main/webapp/pathOutage/showNodes.jsp
===================================================================
opennms-webapp/src/main/webapp/pathOutage/showNodes.jsp (revision 3934)
+++ opennms-webapp/src/main/webapp/pathOutage/showNodes.jsp (working copy)
@@ -65,7 +65,7 @@
<td class="standardbold" bgcolor="<%= pthData[3]%>" colspan="4"
align="center">Node List
for Critical Path <%= critIp %> <%= critSvc %></td>
</tr>
<tr>
<td class="standard" colspan="4"> </td>
+ <td class="standard" colspan="4"> </td>
</tr>
<tr>
Index: opennms-webapp/src/main/webapp/includes/alarm-advquerypanel.jsp
===================================================================
— opennms-webapp/src/main/webapp/includes/alarm-advquerypanel.jsp
(revision 3934)
+++ opennms-webapp/src/main/webapp/includes/alarm-advquerypanel.jsp (working
copy)
@@ -118,10 +118,10 @@
<tr>
<td valign="top">
<input type="checkbox" name="useaftertime" value="1">Alarms
After:</input>
+ <input type="checkbox" name="useaftertime" value="1">Alarms After:
</td>
<td valign="top">
<input type="checkbox" name="usebeforetime" value="1">Alarms
Before:</input>
+ <input type="checkbox" name="usebeforetime" value="1">Alarms Before:
</td>
</tr>
<tr>
Index: opennms-webapp/src/main/webapp/admin/sched-outages/editoutage.jsp
===================================================================
opennms-webapp/src/main/webapp/admin/sched-outages/editoutage.jsp
(revision 3934)
+++ opennms-webapp/src/main/webapp/admin/sched-outages/editoutage.jsp (working
copy)
@@ -734,7 +734,7 @@
<tr><td colspan=4><hr></td></tr>
<tr><td colspan="4">
-<b>Applies to:<br/>
+<b>Applies to:</b><br>
<table border="1">
<tr><td colspan="2">Notifications</td><td><input type="checkbox"
<%=(enabledOutages.contains("notif
ications"))?"checked":""%> name="notifications"></td></tr>
<%
Index: opennms-webapp/src/main/webapp/admin/index.jsp
===================================================================
— opennms-webapp/src/main/webapp/admin/index.jsp (revision 3934)
+++ opennms-webapp/src/main/webapp/admin/index.jsp (working copy)
@@ -180,8 +180,8 @@
</td>
<% } %>
<td>
<input type="radio" name="status" value="on"
<%=(status.equals("On") ? "checked" : ""
)%>> ON</input><br>
<input type="radio" name="status" value="off"
<%=(status.equals("Off") ? "checked" :
"")%>> OFF</input>
+ <input type="radio" name="status" value="on"
<%=(status.equals("On") ? "checked" : ""
)%>> ON<br>
+ <input type="radio" name="status" value="off"
<%=(status.equals("Off") ? "checked" :
"")%>> OFF
</td>
<td>
<input type="submit" value="Update Status">
Index: opennms-webapp/src/main/webapp/performance/adhoc4.jsp
===================================================================
opennms-webapp/src/main/webapp/performance/adhoc4.jsp (revision 3934)
+++ opennms-webapp/src/main/webapp/performance/adhoc4.jsp (working copy)
@@ -168,7 +168,7 @@
<br/>
<strong>From:</strong> <%=startPretty%> <br/>
<strong<To:</strong> <%=endPretty%>
+ <strong>To:</strong> <%=endPretty%>
<br/>
<br/>
Index: opennms-webapp/src/main/webapp/logoff.jsp
===================================================================
— opennms-webapp/src/main/webapp/logoff.jsp (revision 3934)
+++ opennms-webapp/src/main/webapp/logoff.jsp (working copy)
@@ -10,7 +10,7 @@
You have been logged off.
-You may <a href="acegilogin.jsp"> log in again.
+You may <a href="acegilogin.jsp">log in again.</a>
<jsp:include page="/includes/footer.jsp" flush="false">
<jsp:param name="quiet" value="true" />