PDA

View Full Version : Number of cells in tables


geekou
05-11-2009, 15:46
Hello all,

This is about the 1.7.1 version.

I'd like to display all the Items of a Host in only one page, to select all of them with the checkbox on the upper left, and perform a Mass update.

By default, there's only 50 items in one page, so I changed this option :
Administration/General/GUI/Max count of elements to show inside table cell
from 50 to 500, but it doesn't change anything, I still have only 50 items per page.

Did I miss something, or is it a bug ?

BTW, there's an extra '(' on line 528 in graph.php :
$goBox->addItem(('copy_to',S_COPY_SELECTED_TO);

Thanks for your help ! :)

richlv
05-11-2009, 20:41
...
By default, there's only 50 items in one page, so I changed this option :
Administration/General/GUI/Max count of elements to show inside table cell
from 50 to 500, but it doesn't change anything, I still have only 50 items per page.

Did I miss something, or is it a bug ?

you can change this in your user profile

BTW, there's an extra '(' on line 528 in graph.php :
$goBox->addItem(('copy_to',S_COPY_SELECTED_TO);



this should be already fixed in trunk :)

geekou
06-11-2009, 12:37
ok, so I really did miss something :)

thanks a lot, and gratz for this product !