Many of the tables in NPM have a Page Size at the bottom that selects the number of rows that are displayed. Is there a way to change the default for that setting, preferably both per User and Globally.
Thanks
On my installation, this seems to be where global changes should be made. If this was a lab install I could confirm (alas I can't):
...\inetpub\SolarWinds\Orion\Controls\NetObjectPicker.ascx
If not this, most likely another ascx file.
I was able to change the Page Size for "Jobs List" in NCM.
Found the setting in the "\inetpub\SolarWinds\Orion\NCM\Resources\JobsJobsListViewer.js" file.
I edited the values in the lines:
- "value: '25',"
- "pageSize: 25,"
I set these to 100 and it worked.
Not sure if both lines needed to be edited.
This should also work for other pages.