mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
Fixed logs table, added spinner to logs refresh
This commit is contained in:
@@ -12,7 +12,8 @@ define(
|
||||
'System/Logs/Files/ContentsView',
|
||||
'System/Logs/Files/ContentsModel',
|
||||
'Shared/Toolbar/ToolbarLayout',
|
||||
'Shared/LoadingView'
|
||||
'Shared/LoadingView',
|
||||
'jQuery/jquery.spin'
|
||||
], function (vent,
|
||||
Marionette,
|
||||
Backgrid,
|
||||
@@ -141,7 +142,8 @@ define(
|
||||
|
||||
_refreshLogs: function () {
|
||||
this.contents.close();
|
||||
this.collection.fetch();
|
||||
var promise = this.collection.fetch();
|
||||
buttonContext.ui.icon.spinForPromise(promise);
|
||||
},
|
||||
|
||||
_commandComplete: function (options) {
|
||||
|
||||
Reference in New Issue
Block a user