mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 00:06:07 -07:00
Don't group history in graphs modal table
This commit is contained in:
parent
dff493c8d9
commit
c12c72bbd6
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
type: "post",
|
type: "post",
|
||||||
data: function ( d ) {
|
data: function ( d ) {
|
||||||
return { 'json_data': JSON.stringify( d ),
|
return { 'json_data': JSON.stringify( d ),
|
||||||
|
'grouping': false,
|
||||||
'start_date': '${data}'
|
'start_date': '${data}'
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue