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 !
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 !
Comment