mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2026-04-20 22:14:34 -04:00
UI Cleanup - Updated System, Tags and Wanted subtrees.
This commit is contained in:
@@ -3,9 +3,12 @@ var Backgrid = require('backgrid');
|
||||
|
||||
module.exports = Backgrid.UriCell.extend({
|
||||
className : 'wiki-link-cell',
|
||||
title : 'Read the Wiki for more information',
|
||||
text : 'Wiki',
|
||||
render : function(){
|
||||
|
||||
title : 'Read the Wiki for more information',
|
||||
|
||||
text : 'Wiki',
|
||||
|
||||
render : function() {
|
||||
this.$el.empty();
|
||||
var rawValue = this.model.get(this.column.get('name'));
|
||||
var formattedValue = this.formatter.fromRaw(rawValue, this.model);
|
||||
|
||||
Reference in New Issue
Block a user