mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-06 13:11:15 -07:00
Fix header on user IP modal
Return more user data to the info screen. Some other backend changes
This commit is contained in:
parent
2d822c8468
commit
4830cc7d68
6 changed files with 63 additions and 32 deletions
|
@ -94,7 +94,7 @@ $('#user_ip_table').on('click', 'td.modal-control', function () {
|
|||
type: 'GET',
|
||||
dataType: 'json',
|
||||
success: function(data) {
|
||||
$('#ip_address').html(ip_address);
|
||||
$('#modal_header_ip_address').html(ip_address);
|
||||
$('#country').html(data.country);
|
||||
$('#city').html(data.city);
|
||||
$('#region').html(data.regionName);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue