1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-25 22:37:27 -04:00

UI Cleanup - Updated Cells subtree.

This commit is contained in:
Taloth Saldono
2015-02-13 22:04:39 +01:00
parent 83b8ab8fe9
commit 7b5c0a952b
23 changed files with 334 additions and 143 deletions
+2 -1
View File
@@ -2,7 +2,8 @@ var Backgrid = require('backgrid');
module.exports = Backgrid.Cell.extend({
className : 'indexer-cell',
render : function(){
render : function() {
var indexer = this.model.get(this.column.get('name'));
this.$el.html(indexer);
return this;