From e22cc1ca150d4457d5097915086be0e50bb93683 Mon Sep 17 00:00:00 2001 From: David Roizenman Date: Wed, 9 Dec 2020 17:51:37 -0800 Subject: [PATCH 1/4] Remove remaining smart quotes --- src/Ombi/Views/Shared/_Layout.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Ombi/Views/Shared/_Layout.cshtml b/src/Ombi/Views/Shared/_Layout.cshtml index 22c6c98f1..5cee9c275 100644 --- a/src/Ombi/Views/Shared/_Layout.cshtml +++ b/src/Ombi/Views/Shared/_Layout.cshtml @@ -82,7 +82,7 @@ - + -
-
- - -
+
+ + Running as a Windows Service +
-
-
- - -
+
+ + Use your own updater script +
- +
-
- - +
+ Windows Service Name + +
For information how to use this, please press the wiki button at the top of the page -
- - +
+ + Script Path + +
By default the process name is Ombi, but this could be different for your system. We need to know the process name so we can kill that process to update the files. -
- - +
+ + Ombi Process Name + +
-
-
- -
-
-
-
+ + +
If you are getting any permissions issues, you can specify a user for the update process to run under. -
- - +
+ + Username + +
-
- - +
+ + Password + + +
+
+
+
+
diff --git a/src/Ombi/ClientApp/src/app/settings/update/update.component.scss b/src/Ombi/ClientApp/src/app/settings/update/update.component.scss index 60e52d81a..044e7eb2d 100644 --- a/src/Ombi/ClientApp/src/app/settings/update/update.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/update/update.component.scss @@ -1,5 +1,8 @@ -.small-middle-container{ - margin: auto; - width: 85%; - margin-top:10px; +.small-middle-container { + margin: auto; + width: 95%; + margin-top: 10px; } +.textEntry { + width: 300px; +} \ No newline at end of file From 093fb673ed5dbfa24de69df7aa2eb7f522ac455a Mon Sep 17 00:00:00 2001 From: goldenpipes Date: Mon, 14 Dec 2020 18:56:10 -0600 Subject: [PATCH 3/4] added a new class for the login card to allow changing the card colour, etc --- src/Ombi/ClientApp/src/app/login/login.component.html | 2 +- src/Ombi/ClientApp/src/app/login/login.component.scss | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/Ombi/ClientApp/src/app/login/login.component.html b/src/Ombi/ClientApp/src/app/login/login.component.html index 9fcc4c1ee..27b8d827a 100644 --- a/src/Ombi/ClientApp/src/app/login/login.component.html +++ b/src/Ombi/ClientApp/src/app/login/login.component.html @@ -3,7 +3,7 @@
- +