mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Link rating key in export table to info page
This commit is contained in:
parent
7627f025ed
commit
010fefcbbc
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ export_table_options = {
|
||||||
"data": "rating_key",
|
"data": "rating_key",
|
||||||
"createdCell": function (td, cellData, rowData, row, col) {
|
"createdCell": function (td, cellData, rowData, row, col) {
|
||||||
if (cellData !== '') {
|
if (cellData !== '') {
|
||||||
$(td).html(cellData);
|
$(td).html('<a href="' + page('info', rowData['rating_key']) + '">' + cellData + '</a>');
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"width": "8%",
|
"width": "8%",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue