mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-08-14 02:26:58 -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
|
@ -315,7 +315,8 @@ DOCUMENTATION :: END
|
|||
% if data['relayed']:
|
||||
<span data-toggle="tooltip" title="Plex Relay"><i class="fa fa-exclamation-circle"></i></span>
|
||||
% else:
|
||||
<a href="#" class="external_ip-modal" data-toggle="modal" data-target="#ip-info-modal" data-ip="${data['ip_address']}">
|
||||
<a href="#" class="external_ip-modal" data-toggle="modal" data-target="#ip-info-modal"
|
||||
data-ip="${data['ip_address']}" data-location="${data['location']}" data-secure="${data['secure']}" data-relayed="${data['relayed']}">
|
||||
<span id="external_ip-${sk}" class="external-ip-tooltip" data-toggle="tooltip" title="Lookup External IP" style="display: none;"><i class="fa fa-map-marker"></i></span>
|
||||
</a>
|
||||
<script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue