Remove poster url from notification logs table

This commit is contained in:
JonnyWong16 2016-02-21 16:42:29 -08:00
parent 177902a286
commit 8b27c7e01a
2 changed files with 3 additions and 14 deletions

View file

@ -54,7 +54,7 @@ notification_log_table_options = {
$(td).html(cellData);
}
},
"width": "16%"
"width": "20%"
},
{
"targets": [4],
@ -64,7 +64,7 @@ notification_log_table_options = {
$(td).html(cellData);
}
},
"width": "35%"
"width": "38%"
},
{
"targets": [5],
@ -74,17 +74,7 @@ notification_log_table_options = {
$(td).html(cellData);
}
},
"width": "15%"
},
{
"targets": [6],
"data": "poster_url",
"createdCell": function (td, cellData, rowData, row, col) {
if (cellData !== '') {
$(td).html(cellData);
}
},
"width": "12%"
"width": "20%"
}
],
"drawCallback": function (settings) {