diff --git a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html index 88db832e2..4a5ad930e 100644 --- a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html +++ b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.html @@ -4,98 +4,95 @@
CouchPotato Settings -
-
-
-
-
- - -
-
-
-
-
-
- - -
+ +
+
+
+ Enable
-
-
- -
- - The IP/Hostname is required +
+
+ +
+ + Hostname or IP + + The IP/Hostname is required + + + Port + + The Port is required + + SSL +
+
+ + API Key + + The API Key is required + +
+ +
+ + Base URL + + +
+
+ +
+ + Username + + +
+
+ + Password + + +
+
+ +
- -
- - - - The Port is required -
- - -
- - - - - The API Key is required -
-
- -
- +
+ +
+
+
+ + Quality Profiles + + {{profile.label}} + + A Default Quality Profile is required + +
+
+ +
+
-
-
-
- - -
-
- - -
-
- -
- - -
-
- +
+
+
+ +
-
-
- -
- -
-
- - -
-
- -
-
- - -
-
- +
+
+ +
diff --git a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss index 439e9afc8..aa1beaebc 100644 --- a/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/couchpotato/couchpotato.component.scss @@ -1,3 +1,4 @@ +@import "~styles/shared.scss"; .small-middle-container { margin: auto; width: 95%; @@ -7,21 +8,4 @@ ::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; -} - -.col-md-6 { - display: contents; -} - -.col-md-4 { - display: contents; -} - -@media (min-width:1440px) { - .col-md-6 { - display: inline-table; - } - .col-md-4 { - display: inline-table; - } } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.html b/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.html index d672a1d6b..70981adf4 100644 --- a/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.html +++ b/src/Ombi/ClientApp/src/app/settings/dognzb/dognzb.component.html @@ -1,53 +1,45 @@  -
+
-
+
DogNzb Settings -
-
-
- - +
+
+
+ Enabled +
+
+
+
+
+
+ + DogNzb API Key + + The API Key is required +
-
- - -
- - - - - The API Key is required -
- - - - -
-
- +
+ Movies +
+
+ TV Shows
-
-
-
- - +
+
+
+
+
+ +
- -
-
- - -
-
-
diff --git a/src/Ombi/ClientApp/src/app/settings/sickrage/sickrage.component.html b/src/Ombi/ClientApp/src/app/settings/sickrage/sickrage.component.html index 8e63f318c..1f8eb3d03 100644 --- a/src/Ombi/ClientApp/src/app/settings/sickrage/sickrage.component.html +++ b/src/Ombi/ClientApp/src/app/settings/sickrage/sickrage.component.html @@ -3,73 +3,81 @@
SickRage Settings -
- -
-
-
- - -
-
- -
- - - - The IP/Hostname is required -
- -
- - - - The Port is required -
- - -
- - - - The API Key is required -
-
-
- - - -
-
-
- -
- + +
+
+
+
+ Enable +
+
+ SSL +
-
-
- -
- +
+
+ +
+ + SickRage Hostname or IP + + The IP/Hostname is required +
- A Default Quality Profile is required - -
-
-
- +
+ + Port + + The Port is required + +
+ +
+ + SickRage API Key + + The API Key is required + +
+ +
+ + SickRage Base URL + +
+
+
+ +
+
+ + Quality Profiles + + {{quality.display}} + + A Default Quality Profile is required + +
+
+
+ +
+
+ +
+
-
-
- +
+
+ +
diff --git a/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component copy.html b/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component copy.html new file mode 100644 index 000000000..188f6ab76 --- /dev/null +++ b/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component copy.html @@ -0,0 +1,192 @@ + +
+
+ Sonarr Settings + +
+
+
+
+ V3 +
+
+ SSL +
+
+
+
+ Enable +
+
+ Advanced +
+
+
+
+
+ Advanced + +
+ +
+
+
+
+ + +
+
+
+ +
+
+
+ + +
+
+
+ +
+
+
+ + +
+
+
+
+
+
+ + + +
+ +
+ + + +
+ + +
+ + + +
+
+ +
+ +
+
+
+
+ +
+ +
+ + + +
+ +
+ + +
+ +
+ +
+
+ + +
+ +
+ + +
+
+ +
+ +
+ +
+ +
+ +
+ +
+ + + +
+
+ + +
+
+ + +
+ +
+ +
+
+ + +
+
+
+
+
+
+ +
+
+ +
+
+ +
+
+
+ +
+
\ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.html b/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.html index 6e3dc6720..ffbdabab3 100644 --- a/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.html +++ b/src/Ombi/ClientApp/src/app/settings/sonarr/sonarr.component.html @@ -9,9 +9,6 @@
V3
-
- SSL -
@@ -25,24 +22,22 @@
+
- + Sonarr Hostname or IP - + The IP/Hostname is required -
- -
- + Port The Port is required + SSL
-
- + Sonarr API Key The API Key is required @@ -50,14 +45,14 @@
- + Sonarr Base URL
- +
@@ -142,16 +137,14 @@
- - + Enable season folders
- - + Do not search
diff --git a/src/Ombi/ClientApp/src/styles/shared.scss b/src/Ombi/ClientApp/src/styles/shared.scss index c5ba4ee07..9d875d974 100644 --- a/src/Ombi/ClientApp/src/styles/shared.scss +++ b/src/Ombi/ClientApp/src/styles/shared.scss @@ -112,4 +112,8 @@ table { ::ng-deep .mat-form-field.mat-focused .mat-form-field-label{ color: $accent; -} \ No newline at end of file +} + +::ng-deep .mat-form-field-appearance-outline .mat-form-field-wrapper{ + margin:0.5em; +}