mirror of
https://github.com/Radarr/Radarr
synced 2026-01-04 06:37:51 +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