mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-20 13:23:24 -07:00
Add connection details to IP address modal
This commit is contained in:
parent
12dddc2d89
commit
e7a4cb9233
4 changed files with 38 additions and 8 deletions
|
@ -701,7 +701,10 @@
|
|||
|
||||
$('#currentActivity').on('click', '.external_ip-modal', function () {
|
||||
$.get('get_ip_address_details', {
|
||||
ip_address: $(this).data('ip')
|
||||
ip_address: $(this).data('ip'),
|
||||
location: $(this).data('location'),
|
||||
secure: $(this).data('secure'),
|
||||
relayed: $(this).data('relayed')
|
||||
}).then(function (jqXHR) {
|
||||
$("#ip-info-modal").html(jqXHR);
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue