mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed log files refresh
This commit is contained in:
@@ -140,7 +140,7 @@ define(
|
|||||||
this.contents.show(new ContentsView({ model: model }));
|
this.contents.show(new ContentsView({ model: model }));
|
||||||
},
|
},
|
||||||
|
|
||||||
_refreshLogs: function () {
|
_refreshLogs: function (buttonContext) {
|
||||||
this.contents.close();
|
this.contents.close();
|
||||||
var promise = this.collection.fetch();
|
var promise = this.collection.fetch();
|
||||||
buttonContext.ui.icon.spinForPromise(promise);
|
buttonContext.ui.icon.spinForPromise(promise);
|
||||||
|
Reference in New Issue
Block a user