diff --git a/PlexRequests.UI/Views/Admin/CouchPotato.cshtml b/PlexRequests.UI/Views/Admin/CouchPotato.cshtml index 03654bb56..bb6f8795f 100644 --- a/PlexRequests.UI/Views/Admin/CouchPotato.cshtml +++ b/PlexRequests.UI/Views/Admin/CouchPotato.cshtml @@ -83,7 +83,7 @@
- +
diff --git a/PlexRequests.UI/Views/Admin/Headphones.cshtml b/PlexRequests.UI/Views/Admin/Headphones.cshtml index f95b3ffdf..1938bdceb 100644 --- a/PlexRequests.UI/Views/Admin/Headphones.cshtml +++ b/PlexRequests.UI/Views/Admin/Headphones.cshtml @@ -1,159 +1,159 @@ -@using PlexRequests.UI.Helpers -@Html.Partial("_Sidebar") -@{ - int port; - if (Model.Port == 0) - { - port = 8181; - } - else - { - port = Model.Port; - } -} -
-
-
- Headphones Settings -
-
- - @if (Model.Enabled) - { - - } - else - { - - } - -
-
-
-
- - @if (Model.Ssl) - { - - } - else - { - - } - -
-
-
- -
- -
-
- -
- - -
- -
-
- - -
- -
- -
-
-
- -
- -
-
- - -
-
- -
-
- - -
-
- -
-
-
-
-
- - - - \ No newline at end of file diff --git a/PlexRequests.UI/Views/Admin/Plex.cshtml b/PlexRequests.UI/Views/Admin/Plex.cshtml index 3aaec4dcf..a62be5309 100644 --- a/PlexRequests.UI/Views/Admin/Plex.cshtml +++ b/PlexRequests.UI/Views/Admin/Plex.cshtml @@ -63,7 +63,7 @@
- +
diff --git a/PlexRequests.UI/Views/Admin/Sickrage.cshtml b/PlexRequests.UI/Views/Admin/Sickrage.cshtml index 6181f0b0e..a749f25f6 100644 --- a/PlexRequests.UI/Views/Admin/Sickrage.cshtml +++ b/PlexRequests.UI/Views/Admin/Sickrage.cshtml @@ -1,184 +1,184 @@ -@using PlexRequests.UI.Helpers -@Html.Partial("_Sidebar") -@{ - int port; - if (Model.Port == 0) - { - port = 8081; - } - else - { - port = Model.Port; - } -} -
-
-
- SickRage Settings -
-
- @if (Model.Enabled) - { - - } - else - { - - } -
-
-
- -
- -
-
- -
- - -
- -
-
- - -
- -
- -
-
-
-
- - @if (Model.Ssl) - { - - } - else - { - - } -
-
- -
- -
- -
-
-
- -
- -
-
- -
-
- -
-
- - -
-
- -
-
-
-
-
- - - - \ No newline at end of file diff --git a/PlexRequests.UI/Views/Admin/Sonarr.cshtml b/PlexRequests.UI/Views/Admin/Sonarr.cshtml index 7b7401795..388f359e6 100644 --- a/PlexRequests.UI/Views/Admin/Sonarr.cshtml +++ b/PlexRequests.UI/Views/Admin/Sonarr.cshtml @@ -1,276 +1,276 @@ -@using PlexRequests.UI.Helpers -@Html.Partial("_Sidebar") -@{ - int port; - if (Model.Port == 0) - { - port = 8989; - } - else - { - port = Model.Port; - } -} -
-
-
- Sonarr Settings -
-
- @if (Model.Enabled) - { - - } - else - { - - } -
-
-
- -
- -
-
- -
- - -
- -
-
- - -
- -
- -
-
-
-
- @if (Model.Ssl) - { - - } - else - { - - } -
-
-
- -
- -
-
-
-
- -
-
-
- -
- -
-
- -
- -
- - -
-
- -
-
- - @if (Model.SeasonFolders) - { - - } - else - { - - } - - -
- -
-
-
- -
-
- - -
-
- -
-
-
-
-
- - - - \ No newline at end of file