web/origin-manager: paginate request history.

Otherwise, packages that are frequently updated (such as
openSUSE-release-tools) overflow the page with so many request entries.
This commit is contained in:
Jimmy Berry 2019-11-06 14:54:44 -06:00
parent 547e954a0b
commit d05a55f1c3

View File

@ -240,6 +240,8 @@ function history_table_init(selector) {
initialSort: [
{ column: 'request', dir: 'desc' },
],
pagination: 'local',
paginationSize: 15,
rowClick: history_select_hash,
selectable: 1,
tooltips: true,