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:
parent
547e954a0b
commit
d05a55f1c3
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user