mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-21 05:53:33 -07:00
Fixed LoadingView
This commit is contained in:
parent
fb26cbb4a4
commit
0208ae8347
8 changed files with 23 additions and 31 deletions
|
@ -9,8 +9,8 @@ define(
|
|||
'Cells/FileSizeCell',
|
||||
'Cells/QualityCell',
|
||||
'Cells/ApprovalStatusCell',
|
||||
'Shared/SpinnerView'
|
||||
], function (Marionette, Backgrid, ReleaseCollection, IndexerCell, EpisodeNumberCell, FileSizeCell, QualityCell, ApprovalStatusCell, SpinnerView) {
|
||||
'Shared/LoadingView'
|
||||
], function (Marionette, Backgrid, ReleaseCollection, IndexerCell, EpisodeNumberCell, FileSizeCell, QualityCell, ApprovalStatusCell, LoadingView) {
|
||||
return Marionette.Layout.extend({
|
||||
template: 'Release/LayoutTemplate',
|
||||
|
||||
|
@ -80,7 +80,7 @@ define(
|
|||
|
||||
var self = this;
|
||||
|
||||
this.grid.show(new SpinnerView());
|
||||
this.grid.show(new LoadingView());
|
||||
|
||||
this.fetchPromise.done(function () {
|
||||
self.showTable();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue