mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-08 06:00:51 -07:00
Remove href for non-expandable rows.
This commit is contained in:
parent
a053789344
commit
d9d04f4857
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ history_table_options = {
|
|||
$(td).html('<div><a href="#"><div style="float: left;">' + expand_history + ' ' + date + '</div></a></div>');
|
||||
} else {
|
||||
date = moment(cellData, "X").format(date_format);
|
||||
$(td).html('<div><a href="#"><div style="float: left;"><i class="fa fa-fw"></i> ' + date + '</div></a></div>');
|
||||
$(td).html('<div style="float: left;"><i class="fa fa-fw"></i> ' + date + '</div>');
|
||||
}
|
||||
},
|
||||
"searchable": false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue