From 170591c79e746bf20cf79f340263607f3e2aa0f4 Mon Sep 17 00:00:00 2001 From: JonnyWong16 Date: Sun, 11 Feb 2018 16:11:00 -0800 Subject: [PATCH] Move some settings, split notifications agents back out --- data/interfaces/default/css/plexpy.css | 8 +- data/interfaces/default/settings.html | 143 +++++++++++++------------ 2 files changed, 81 insertions(+), 70 deletions(-) diff --git a/data/interfaces/default/css/plexpy.css b/data/interfaces/default/css/plexpy.css index 55e1e72e..74c18984 100644 --- a/data/interfaces/default/css/plexpy.css +++ b/data/interfaces/default/css/plexpy.css @@ -2129,11 +2129,13 @@ a:hover .item-children-poster { .advanced-setting { display: none; } -div.checkbox.advanced-setting, -div.form-group.advanced-setting { - border-left: 1px solid #e5a00d; +div.advanced-setting { + border-left: 1px solid #cc7b19; padding-left: 10px; } +li.advanced-setting { + border-left: 1px solid #cc7b19; +} .user-info-wrapper { } .user-info-poster-face { diff --git a/data/interfaces/default/settings.html b/data/interfaces/default/settings.html index 8a3fabdc..5960adaa 100644 --- a/data/interfaces/default/settings.html +++ b/data/interfaces/default/settings.html @@ -50,6 +50,7 @@
  • Web Interface
  • Plex Media Server
  • Notifications
  • +
  • Notification Agents
  • Import & Backups
  • Tautulli Remote Android App beta
  • @@ -374,7 +375,7 @@

    Port to bind web server to. Note that ports below 1024 may require root.

    -
    +
    @@ -455,7 +456,7 @@

    Authentication

    -

    Authentication changes require a restart.

    +

    Note: Authentication changes require a restart.

    @@ -513,18 +514,18 @@

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

    -
    +

    API

    -
    +

    Allow remote applications to interface with Tautulli.

    -
    +
    @@ -550,52 +551,6 @@

    Plex Media Server Version ${config['pms_version']}

    -
    - % if config['pms_is_cloud']: - - Not available for Plex Cloud servers. - % else: - - % endif -

    Enable to have Tautulli check if updates are available for the Plex Media Server.

    -
    -
    -
    -
    -
    - - -
    -
    - - - -
    -
    -
    -
    -
    - % if config['pms_is_cloud']: - - Not available for Plex Cloud servers. - % else: - - - % endif -

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

    -
    -
    @@ -683,6 +638,56 @@

    +
    +

    Server Monitoring

    +
    + +
    + % if config['pms_is_cloud']: + + Not available for Plex Cloud servers. + % else: + + % endif +

    Enable to have Tautulli check if updates are available for the Plex Media Server.

    +
    +
    +
    +
    +
    + + +
    +
    + + + +
    +
    +
    +
    +
    + % if config['pms_is_cloud']: + + Not available for Plex Cloud servers. + % else: + + + % endif +

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

    +
    +

    Plex.tv Authentication

    @@ -743,19 +748,6 @@
    -
    -

    Notification Agents

    -
    - -

    - Add a new notification agent, or configure an existing notification agent by clicking the settings icon on the right. -

    -
    -
    -
    Loading notification agents...
    -
    -
    -

    Current Activity Notifications

    @@ -771,7 +763,7 @@

    How many buffer events should we wait before triggering the first warning. Buffer events increment on each monitor ping if play state is buffering. 0 to disable buffer warnings.

    -
    +
    @@ -781,13 +773,13 @@

    The value (in seconds) Tautulli should wait before triggering the next buffer warning. 0 to always trigger.

    -
    +

    Enable to allow sending of consecutive notifications (i.e. both watched & stopped notifications).

    -
    +
    @@ -886,6 +878,23 @@
    +
    + +
    +

    Notification Agents

    +
    + +

    + Add a new notification agent, or configure an existing notification agent by clicking the settings icon on the right. +

    +
    +
    +
    Loading notification agents...
    +
    +
    + +
    +