From 65f76d0bb88a7433a3c7d2cc70b236602329c748 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Fri, 7 Oct 2022 20:02:21 +0100 Subject: [PATCH] refactor: split into a separate component --- .../plex-form/plex-form.component.html | 174 ++++++++++++++++++ 1 file changed, 174 insertions(+) create mode 100644 src/Ombi/ClientApp/src/app/settings/plex/components/plex-form/plex-form.component.html diff --git a/src/Ombi/ClientApp/src/app/settings/plex/components/plex-form/plex-form.component.html b/src/Ombi/ClientApp/src/app/settings/plex/components/plex-form/plex-form.component.html new file mode 100644 index 000000000..ff1b7d41c --- /dev/null +++ b/src/Ombi/ClientApp/src/app/settings/plex/components/plex-form/plex-form.component.html @@ -0,0 +1,174 @@ +
+ + +
+ + Server Name + + +
+ +
+ + Hostname or IP + + + + + Port + + + + + SSL + +
+
+ + Plex Authorization Token + + + + + Machine Identifier + + +
+
+ + Externally Facing Hostname + + + + Current URL: "{{server.serverHostname}}/web/app#!/server/{{server.machineIdentifier}}/details?key=%2flibrary%2Fmetadata%2F53334" + Current URL: "https://app.plex.tv/web/app#!/server/{{server.machineIdentifier}}/details?key=%2flibrary%2Fmetadata%2F53334" + +
+
+
+ + Episode Batch Size + + +
+
+
+ +
+
+
+ + Server + + + {{s.name}} + + +
+
+
+ +
+ Note: if nothing is selected, we will monitor all libraries +
+
+ +
+
+
+
+
+
+
+ {{lib.title}} +
+
+
+
+
+ + + + + + + + +
+
+ +
+ + Username + + +
+
+ + Password + + +
+
+
+
+ +
+
+
+ +
+
+ +
+
+
+
+
+ +
+
+ +
+
+ +
+
+
\ No newline at end of file