From cf9554b169011853e2a005ab3b60f89010555f88 Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Wed, 29 Dec 2021 23:31:53 +0100 Subject: [PATCH] Move 'request type' field to the new 'Requests' tab --- changedetectionio/templates/edit.html | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/changedetectionio/templates/edit.html b/changedetectionio/templates/edit.html index 4b62bcd96..aeb8c6148 100644 --- a/changedetectionio/templates/edit.html +++ b/changedetectionio/templates/edit.html @@ -42,13 +42,6 @@ href="{{ url_for('settings_page', uuid=uuid) }}">default global settings. {% endif %} -
- {{ render_field(form.fetch_backend) }} - -

Use the Basic method (default) where your watched sites don't need Javascript to render.

-

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.

-
-
{{ render_field(form.extract_title_as_title) }}
@@ -56,8 +49,16 @@
- Note: These settings are ONLY used by Basic fast Plaintext/HTTP Client. +
+ {{ render_field(form.fetch_backend) }} + +

Use the Basic method (default) where your watched sites don't need Javascript to render.

+

The Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.

+
+
+
+ Note: Request Headers and Body settings are ONLY used by Basic fast Plaintext/HTTP Client. {{ render_field(form.headers, rows=5, placeholder="Example Cookie: foobar User-Agent: wonderbra 1.0") }}