mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Improve user delete/purge function
This commit is contained in:
parent
377a23478e
commit
faac6b11c2
6 changed files with 128 additions and 121 deletions
|
@ -167,7 +167,7 @@ $('.user_ip_table').on('click', 'td.modal-control', function () {
|
|||
function showStreamDetails() {
|
||||
$.ajax({
|
||||
url: 'get_stream_data',
|
||||
data: { row_id: rowData['id'], user: rowData['friendly_name'] },
|
||||
data: { row_id: rowData['history_row_id'], user: rowData['friendly_name'] },
|
||||
cache: false,
|
||||
async: true,
|
||||
complete: function (xhr, status) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue