Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
WEBUI JS: Duplicate grid header name in tooltip, fixes #2961
  • Loading branch information
perexg committed Jun 23, 2015
1 parent aae9d60 commit 272464c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webui/static/app/idnode.js
Expand Up @@ -1040,6 +1040,7 @@ tvheadend.idnode_grid = function(panel, conf)
var f = idnode.field(i);
var c = f.column(conf.columns);
fields.push(f.id);
c['tooltip'] = f.text;
columns.push(c);
if (c.filter)
filters.push(c.filter);
Expand Down

0 comments on commit 272464c

Please sign in to comment.