From b8632b2185c473e00a5c158b77b91e78670a8b3e Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 16 Jun 2020 22:11:27 +0100 Subject: [PATCH] update the email settings page --- .../app/settings/lidarr/lidarr.component.html | 208 +++++++++--------- .../app/settings/lidarr/lidarr.component.scss | 33 +-- .../emailnotification.component.html | 188 ++++++++-------- 3 files changed, 214 insertions(+), 215 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.html b/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.html index 5cb73d929..9643ee2a1 100644 --- a/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.html +++ b/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.html @@ -1,120 +1,132 @@  -
-
-
- Lidarr Settings +
+
+ Lidarr Settings -
-
- -
-
Enable
-
Advanced
-
- -
+ +
+
- - - -
-
- - - -
-
- - - -
- - -
- - Enable SSL - + Enable
- - -
- - - +
+ Advanced
-
- -
- - Quality Profiles - - - {{quality.name}} - - - -
-
- -
- - Default Root Folder - - - {{folder.path}} - - - -
-
-
- - Metadata Profile - - - {{folder.name}} - - - -
+
+
+ +
+ + Hostname or IP + + + + Port + + + + SSL + +
+
+ + API key + + +
+
+ + Base URL + + +
+
+ + +
+ + Quality Profiles + + + {{quality.name}} + + + +
+ +
+
+
+ + Default Root Folder + + + {{folder.path}} + + + +
+ +
+
-
- - Album Folder - -
+
+ + Metadata Profile + + + {{folder.name}} + + + +
+
+
-
- - Do not search - -
+
+ + Album Folder + +
-
-
- +
+ + Do not search +
+
+
+
+
+
+
+ +
+
-
-
- +
+
+ +
-
-
-
-
\ No newline at end of file + +
\ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss b/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss index 5bc0ad204..2898f062e 100644 --- a/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/lidarr/lidarr.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 diff --git a/src/Ombi/ClientApp/src/app/settings/notifications/emailnotification.component.html b/src/Ombi/ClientApp/src/app/settings/notifications/emailnotification.component.html index b0f8153f8..75c16f496 100644 --- a/src/Ombi/ClientApp/src/app/settings/notifications/emailnotification.component.html +++ b/src/Ombi/ClientApp/src/app/settings/notifications/emailnotification.component.html @@ -1,105 +1,119 @@ - - +
Email Notifications -
-
- -
-
- - -
-
- -
-
- -
-
- -
-
- +
+
+ +
+
+
+ Enable +
+
+ Enable SMTP Authentication + +
+
+ Disable TLS/SSL +
+
+ Disable Certificate + Checking +
+
-
-
-
- -
-
-
- - - - The Host is required -
+
+
+ + SMTP Host + + + Host is required + + + + SMTP Port + + + Port is required + + +
+
+ + Email Sender + + + Email Sender Address is required + + + Email Sender Address needs to be a valid email address + + + + Sender Name + + +
-
- -
- - The Port is required -
-
+
+ + Admin Email + + + Admin Email is required + + + Admin Email needs to be a valid email address + + +
-
- -
- - The Email Sender Address is required - The Email Sender Address needs to be a valid email address -
-
- -
-
-
-
-
- -
- - - The Admin Email Address is required - The Admin Email needs to be a valid email address - -
- - -
- - - - The Username is required -
- -
- - - - The Password is required -
+
+ + Username + + + Username is required + + -
-
- - + + Password + + + Password is required + + +
+
+
+
+
+ +
+
+
+
+ +
- -
+ +
-
+
+ +
\ No newline at end of file