mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02: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