From a696c8c4ec130180584506482471be32c6629e91 Mon Sep 17 00:00:00 2001 From: twanariens Date: Sat, 30 May 2020 12:40:00 +0200 Subject: [PATCH] New UI for Plex settings --- .../src/app/settings/plex/plex.component.html | 309 ++++++++---------- .../src/app/settings/plex/plex.component.scss | 33 +- 2 files changed, 142 insertions(+), 200 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html index 4fc63143b..227e215be 100644 --- a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html +++ b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.html @@ -1,189 +1,158 @@ 
-
-
- Advanced - -
-
-
-
+
Plex Configuration - -
- -
-
- - +
+
+
+
+ Enable +
+
+ Advanced +
+
-
- - -
- -
-
-
- -
- -
- -
- -
-
- -
- -
- -
-
- -
- -
- -
-
- -
-
- - -
-
- - -
- -
- -
-
- -
- -
- -
-
-
- -
-
- -
- -
-
-
- -
-
- -
-
- -
+
+ + +
+


-
- -
-
-
- +
+ + +
+ + Server Name + + +
- +
+ + Hostname or IP + + + + + Port + + + + + SSL +
-
-
-
- -
- Note: if nothing is selected, we will monitor all libraries -
-
- -
-
-
-
-
-
- - +
+ + Plex Authorization Token + + + + + Machine Identifier + + +
+
+ +
+ + Username + + +
+
+ + Password + +
-
- -
- -
- +
+ +
+
+ +
+
+
+
+ +
+
+
+ + Server + + {{s.name}} + + +
+
+
+ +
+ Note: if nothing is selected, we will monitor all libraries +
+
+ +
+
+
+
+
+
+
+ {{lib.title}} +
+
+
+
+
+
+ + Episode Batch Size + + +
+
+
+ +
+
+
+
+
+ +
+
+ + + + + +
+
+
+
- -
-
- -
-
- -
- - - - - -
-
-
- -
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
\ No newline at end of file + \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss index 5bc0ad204..18f044f29 100644 --- a/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/plex/plex.component.scss @@ -5,40 +5,13 @@ margin-top: 10px; } -.col-md-6 { - display: contents; +.col-8 { + display: inline-table; } - .col-md-5 { - display: contents; -} - -.control-label { - font-weight: 400; + display: inline-table; } .row { display: block; } - -.btn-danger-outline { - background-color: #E84C3D; -} - -.btn-success-outline { - background-color: #1b9d1b; -} - -::ng-deep .dark .btn:hover { - box-shadow: 0 5px 11px 0 rgba(255, 255, 255, 0.18), 0 4px 15px 0 rgba(255, 255, 255, 0.15); - color: inherit; -} - -@media (min-width:1440px) { - .col-md-6 { - display: inline-table; - } - .col-md-5 { - display: inline-table; - } -} \ No newline at end of file