mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
34 lines
1.1 KiB
JavaScript
34 lines
1.1 KiB
JavaScript
var plex_log_table_options = {
|
|
"destroy": true,
|
|
"processing": false,
|
|
"serverSide": false,
|
|
"pagingType": "full_numbers",
|
|
"order": [ 0, 'desc'],
|
|
"pageLength": 50,
|
|
"stateSave": true,
|
|
"language": {
|
|
"search": "Search: ",
|
|
"lengthMenu": "Show _MENU_ lines per page",
|
|
"emptyTable": "No log information available. Have you set your logs folder in the <a href='settings'>settings</a>?",
|
|
"info": "Showing _START_ to _END_ of _TOTAL_ lines",
|
|
"infoEmpty": "Showing 0 to 0 of 0 lines",
|
|
"infoFiltered": "(filtered from _MAX_ total lines)",
|
|
"loadingRecords": '<i class="fa fa-refresh fa-spin"></i> Loading items...</div>'
|
|
},
|
|
"columnDefs": [
|
|
{
|
|
"targets": [0],
|
|
"width": "15%",
|
|
"className": "no-wrap hidden-xs"
|
|
},
|
|
{
|
|
"targets": [1],
|
|
"width": "10%",
|
|
"className": "no-wrap hidden-sm hidden-xs"
|
|
},
|
|
{
|
|
"targets": [2],
|
|
"width": "75%"
|
|
}
|
|
]
|
|
}
|