mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 21:21:15 -07:00
Some sync data updates
This commit is contained in:
parent
9b4b3e0ecb
commit
edc0b96167
4 changed files with 22 additions and 13 deletions
|
@ -47,7 +47,7 @@ sync_table_options = {
|
|||
},
|
||||
{
|
||||
"targets": [2],
|
||||
"data": "friendly_name",
|
||||
"data": "user",
|
||||
"createdCell": function (td, cellData, rowData, row, col) {
|
||||
if (cellData !== '') {
|
||||
if (rowData['user_id']) {
|
||||
|
@ -63,7 +63,7 @@ sync_table_options = {
|
|||
},
|
||||
{
|
||||
"targets": [3],
|
||||
"data": "title",
|
||||
"data": "sync_title",
|
||||
"createdCell": function (td, cellData, rowData, row, col) {
|
||||
if (cellData !== '') {
|
||||
if (rowData['metadata_type'] !== '') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue