mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-15 09:33:52 -07:00
Fixed logs table, added spinner to logs refresh
This commit is contained in:
parent
4eecf3d1ab
commit
0747e53d4f
3 changed files with 15 additions and 7 deletions
|
@ -11,6 +11,10 @@ define(
|
|||
template : 'Shared/Toolbar/ButtonTemplate',
|
||||
className: 'btn',
|
||||
|
||||
ui: {
|
||||
icon: 'i'
|
||||
},
|
||||
|
||||
events: {
|
||||
'click': 'onClick'
|
||||
},
|
||||
|
@ -73,7 +77,7 @@ define(
|
|||
|
||||
var callback = this.model.get('callback');
|
||||
if (callback) {
|
||||
callback.call(this.model.ownerContext);
|
||||
callback.call(this.model.ownerContext, this);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue