Double footer in resource graph page

Description

If you list the resource graphs, the footer page is displayed twice.

Acceptance / Success Criteria

None

Attachments

2
  • 08 Apr 2015, 11:27 AM
  • 31 Jan 2015, 10:23 AM

Lucidchart Diagrams

Activity

Alejandro Galue April 9, 2015 at 10:31 AM

Fixed on revision 2efec7eda505f85d3b0cf49d2d567baeb27d589e on foundation.

Cherry-picked on release-15.0.2 on revision 215ee552e349117ade61ef3830e9cb53efdf11da

Seth Leger April 8, 2015 at 5:43 PM

I recommend applying the patch without the centering.

Alejandro Galue April 8, 2015 at 11:28 AM

If you want the text centered:

<div class="col-md-12 text-center"> (*) Denotes an interface that no longer exists in the database, or a resource that is not an interface. </div>

Alejandro Galue April 8, 2015 at 11:26 AM

The problem is actually on a separate JSP called includes/footnote1.jsp"

We just need to apply the proper bootstrap style to replace:

<div id="footer"> <p> (*) Denotes an interface that no longer exists in the database, or a resource that is not an interface. </p> </div>

with

<div class="row"> <div class="col-md-12"> (*) Denotes an interface that no longer exists in the database, or a resource that is not an interface. </div> </div>

See the attached screenshot and let me know what do you think about it.

Fixed

Details

Assignee

Reporter

Labels

Affects versions

Priority

PagerDuty

Created January 31, 2015 at 10:23 AM
Updated April 28, 2015 at 9:54 AM
Resolved April 9, 2015 at 10:31 AM

Flag notifications