Alignak-monitoring-contrib / alignak-webui

Web User Interface for Alignak monitoring framework
GNU Affero General Public License v3.0
8 stars 4 forks source link

Table pagination limitation #81

Closed mohierf closed 7 years ago

mohierf commented 8 years ago

When requesting 100 lines (or more...) in the table pagination control, the table only displays 50 lines

mohierf commented 8 years ago

This problem is due to the backend configuration.

The WebUI requires 100 lines but the backend has a fixed maximum pagination limit of 50 elements.

mohierf commented 8 years ago

Related with #16: the WebUI should get the backend configuration and then use the pagination limit parameter to set the maximum table lines.

Currently we will set limit the pagination limit as hard coded :/