mirror of
https://github.com/Prowlarr/Prowlarr
synced 2026-02-06 06:53:41 +01:00
Display loading view when changing page size
This commit is contained in:
parent
1e2c28f67a
commit
94f44a0eb7
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ module.exports = Marionette.Layout.extend({
|
|||
},
|
||||
|
||||
_pageSizeChanged : function(event) {
|
||||
this.table.show(new LoadingView());
|
||||
var pageSize = parseInt($(event.target).val());
|
||||
this.bulkImportCollection.fullCollection.reset();
|
||||
this.bulkImportCollection.reset();
|
||||
|
|
|
|||
Loading…
Reference in a new issue