mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
UI Cleanup - Updated System, Tags and Wanted subtrees.
This commit is contained in:
@@ -2,9 +2,13 @@ var vent = require('vent');
|
||||
var Backgrid = require('backgrid');
|
||||
|
||||
module.exports = Backgrid.Row.extend({
|
||||
className : 'log-row',
|
||||
events : {"click" : '_showDetails'},
|
||||
_showDetails : function(){
|
||||
vent.trigger(vent.Commands.ShowLogDetails, {model : this.model});
|
||||
className : 'log-row',
|
||||
|
||||
events : {
|
||||
'click' : '_showDetails'
|
||||
},
|
||||
|
||||
_showDetails : function() {
|
||||
vent.trigger(vent.Commands.ShowLogDetails, { model : this.model });
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user