Can I change the number of flow charts that displays per a page on the Operations Console?

VERSION 1 Published

Created on: 14-Dec-2006 13:02 by Lillian Bozonie - Last Modified:  14-Dec-2006 13:02 by Lillian Bozonie

In Flux 7.0 and Flux 7.1, you can change the number of flow charts that are displayed per a page.

To change the number of rows/flow charts that display in your Operations Console, you have to change a constant in one of the Operations Console's JSP file. If you look in your Flux exploded WAR file, you will find a file called "flowcharts.jsp". In that file, there is a constant "35".You can change it to any reasonable number.

The good news is that this will give you more than 35 rows on the first page. The bad news is that all your users would have more than 35 rows on the first page, since you would be changing the JSP file itself.

The line to change in flowcharts.jsp should look like this:

<dotj:pager size="35" style="dropdown" align="center" position="bottom"/>
Average User Rating
(0 ratings)




There are no comments on this document