mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Hide remote access check message
This commit is contained in:
parent
78034b82a9
commit
64d67d8209
1 changed files with 3 additions and 1 deletions
|
@ -1882,6 +1882,7 @@ $(document).ready(function() {
|
|||
$('#cloudManualConnection').show();
|
||||
$('#cloudMonitorUpdates').show();
|
||||
$('#cloudMonitorRemoteAccess').show();
|
||||
$('#remoteAccessCheck').hide();
|
||||
} else {
|
||||
$('#pms_port').prop('readonly', false);
|
||||
$('#pms_is_remote_checkbox').prop('disabled', false);
|
||||
|
@ -1894,6 +1895,7 @@ $(document).ready(function() {
|
|||
$('#cloudManualConnection').hide();
|
||||
$('#cloudMonitorUpdates').hide();
|
||||
$('#cloudMonitorRemoteAccess').hide();
|
||||
remoteAccessEnabledCheck()
|
||||
}
|
||||
}
|
||||
PMSCloudCheck();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue