mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-30 19:50:15 -07:00
Removed icon-sort, replaced with .clickable instead
This commit is contained in:
parent
d33b152a44
commit
37ea5f4b9a
1 changed files with 2 additions and 1 deletions
|
@ -35,7 +35,8 @@ Backgrid.NzbDroneHeaderCell = Backgrid.HeaderCell.extend({
|
|||
this.$el.append(this.column.get("label"));
|
||||
|
||||
if (this.column.get('sortable')) {
|
||||
this.$el.append(" <i class='icon-sort pull-right'></i>");
|
||||
this.$el.addClass('clickable');
|
||||
this.$el.append(" <i class='pull-right'></i>");
|
||||
|
||||
if (this.collection.state) {
|
||||
var sortKey = this.collection.state.sortKey;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue