is there a way to change the 15 results per page that CCM keeps resetting to? it gets a tad annoying having to constantly change it higher so i see everything
i wasnt able to find anything searching the forums/google, and havent seen anything obvious in the config's
On the CCM page, under CCM Admin, click on Settings. The first option is "Default Result Limit." Please let us know if that is not the information you seek. Thanks!
dwhitfield wrote:On the CCM page, under CCM Admin, click on Settings. The first option is "Default Result Limit." Please let us know if that is not the information you seek. Thanks!
thanks for that... it seems ive found that one before as it was set to 500, but still when i log in it defaults back to 15?
For the time being, you can edit /usr/local/nagiosxi/html/includes/components/ccm/config.inc.php but that change will be overwritten the next time you update the CCM.
The line you want to edit is $CFG['default_pagelimit'] = 15;
Please let us know if there is anything else we can do at this this.
dwhitfield wrote:I created bug report 11028 for this issue.
For the time being, you can edit /usr/local/nagiosxi/html/includes/components/ccm/config.inc.php but that change will be overwritten the next time you update the CCM.
The line you want to edit is $CFG['default_pagelimit'] = 15;
Please let us know if there is anything else we can do at this this.
ah awesome. thanks for that
as a side note is there somewhere we can see those bug reports?