From cb234e17761e979a17a49fe6c01bf27dce6efd73 Mon Sep 17 00:00:00 2001 From: goldenpipes Date: Sun, 13 Dec 2020 10:44:10 -0600 Subject: [PATCH] jobs page and the update page --- .../src/app/settings/jobs/jobs.component.html | 190 ++++++++++-------- .../src/app/settings/jobs/jobs.component.scss | 13 +- .../app/settings/update/update.component.html | 104 +++++----- .../app/settings/update/update.component.scss | 11 +- 4 files changed, 174 insertions(+), 144 deletions(-) diff --git a/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.html b/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.html index ec2a42c99..88c4bdfbb 100644 --- a/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.html +++ b/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.html @@ -1,123 +1,137 @@ - - - + -
+
Job Settings -
-
- Changes to any of the below requires you to restart Ombi. - You can generate valid CRON Expressions here: https://www.cronmaker.com/ -
- - - The Sonarr Sync is required - + + Changes require a restart.

+ You can generate valid CRON Expressions here: https://www.cronmaker.com/ +

+
+ + Sonarr Sync + + The Sonarr Sync is required + +
-
- - - The SickRage Sync is required - +
+ + SickRage Sync + + The SickRage Sync is required +
-
- - - The Radarr Sync is required - +
+ + Radarr Sync + + The Radarr Sync is required +
-
- - - The Lidarr Sync is required - +
+ + Lidarr Sync + + The Lidarr Sync is required +
-
- - - The CouchPotato Sync is required - +
+ + CouchPotato Sync + + The CouchPotato Sync is required +
-
- - - The Automatic Update is required - +
+ + Automatic Update + + The Automatic Update is required +
-
- - - The Retry Requests is required - +
+ + Retry Failed Requests + + The Retry Requests is required +
-
-
-
- - - The Plex Sync is required - + +
+ + Plex Sync + + The Plex Sync is required +
-
- - - The Plex Sync is required - +
+ + Plex Recently Added Sync + + The Plex Sync is required +
-
- - - The Emby Sync is required - +
+ + Emby Sync + + The Emby Sync is required +
-
- - - The User Importer is required - +
+ + User Importer + + The User Importer is required +
-
- - - The Newsletter is required - +
+ + Newsletter + + The Newsletter is required +
-
- - - The Issues Purge is required - +
+ + Issue Purge/Delete + + The Issues Purge is required +
-
- - - The Media Database Refresh is required - +
+ + Media Data Refresh + + The Media Database Refresh is required +
-
- - - Auto Available Request Deletion is required - +
+ + Auto Available Request Deletion + + Auto Available Request Deletion is required +
-
+
- + +
-
+
\ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.scss b/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.scss index 018bebef8..ff6ee2525 100644 --- a/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.scss +++ b/src/Ombi/ClientApp/src/app/settings/jobs/jobs.component.scss @@ -1,5 +1,16 @@ .small-middle-container{ margin: auto; - width: 85%; + width: 95%; margin-top:10px; +} +.cronBox { + width: 300px; + display: inline-flex; + padding-left: 0px; + margin-right: 1em; +} +.cronbtn { + max-height: 36px; + margin-top: 1em; + margin-left: .5em; } \ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/settings/update/update.component.html b/src/Ombi/ClientApp/src/app/settings/update/update.component.html index 990015d76..6d0688697 100644 --- a/src/Ombi/ClientApp/src/app/settings/update/update.component.html +++ b/src/Ombi/ClientApp/src/app/settings/update/update.component.html @@ -4,85 +4,87 @@
Update Settings -
-
- -
-
- -
+
+
+
-
-
-
-
- - -
+
+ +
+ + Enable Automatic Update +
- -
-
- - -
+
+ + 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