From f12de78370f7350b837b5430e7937e4410a37324 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sat, 24 Mar 2018 13:46:15 -0700 Subject: [PATCH] Add warning about Imgur or self-hosting enabled --- data/interfaces/default/css/tautulli.css | 6 ++++ data/interfaces/default/settings.html | 37 ++++++++++++++++++------ 2 files changed, 34 insertions(+), 9 deletions(-) diff --git a/data/interfaces/default/css/tautulli.css b/data/interfaces/default/css/tautulli.css index 2a0a8ff6..961f6447 100644 --- a/data/interfaces/default/css/tautulli.css +++ b/data/interfaces/default/css/tautulli.css @@ -2173,6 +2173,12 @@ a:hover .item-children-poster { top: 5px; left: 12px; } +.settings-warning { + color: #eb8600; +} +span.settings-warning { + padding-left: 10px; +} #menu_link_show_advanced_settings.active { color: #fff; background-color: #cc7b19; diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 5b1539c1..29a2fcfc 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -557,7 +557,7 @@ - +

Store a hashed password in the config file.
Warning: Your password cannot be recovered if forgotten!

Allow Plex Admin - +

Allow the Plex server admin to login as a Tautulli admin using their Plex.tv account.

- +

Allow shared users to login to Tautulli using their Plex.tv account. Individual user access needs to be enabled from Users > Edit Mode.

@@ -769,7 +769,7 @@ Monitor Plex Remote Access - +

Enable to have Tautulli check if remote access to the Plex Media Server goes down.

@@ -915,7 +915,7 @@