mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Remove responsive datatables plugin - use normal media queries.
Set datatables stateSave to true as default Remove some old images. Change button on edit user modal
This commit is contained in:
parent
63f45d285d
commit
b8f2ea951d
26 changed files with 145 additions and 1141 deletions
|
@ -1,7 +1,4 @@
|
|||
user_ip_table_options = {
|
||||
"responsive": {
|
||||
details: false
|
||||
},
|
||||
"destroy": true,
|
||||
"language": {
|
||||
"search": "Search: ",
|
||||
|
@ -11,7 +8,7 @@ user_ip_table_options = {
|
|||
"infoFiltered":"(filtered from _MAX_ total entries)",
|
||||
"emptyTable": "No data in table",
|
||||
},
|
||||
"stateSave": false,
|
||||
"stateSave": true,
|
||||
"sPaginationType": "bootstrap",
|
||||
"processing": false,
|
||||
"serverSide": true,
|
||||
|
@ -54,17 +51,20 @@ user_ip_table_options = {
|
|||
{
|
||||
"targets": [2],
|
||||
"data":"play_count",
|
||||
"width": "10%"
|
||||
"width": "10%",
|
||||
"className": "hidden-phone"
|
||||
},
|
||||
{
|
||||
"targets": [3],
|
||||
"data":"platform",
|
||||
"width": "15%"
|
||||
"width": "15%",
|
||||
"className": "hidden-phone"
|
||||
},
|
||||
{
|
||||
"targets": [4],
|
||||
"data":"last_watched",
|
||||
"width": "30%"
|
||||
"width": "30%",
|
||||
"className": "hidden-tablet hidden-phone"
|
||||
}
|
||||
],
|
||||
"drawCallback": function (settings) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue