mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-16 21:15:33 -04:00
Display loading view when changing page size
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user