kopia lustrzana https://github.com/dgtlmoon/changedetection.io
Make the Request Override settings easier to understand
rodzic
1a19fba07d
commit
efbeaf9535
|
|
@ -407,6 +407,8 @@ and also iPads specifically.
|
||||||
.edit-form #actions {
|
.edit-form #actions {
|
||||||
display: block;
|
display: block;
|
||||||
background: #fff; }
|
background: #fff; }
|
||||||
|
.edit-form .pure-form-message-inline {
|
||||||
|
padding-left: 0; }
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
padding-left: 1em;
|
padding-left: 1em;
|
||||||
|
|
|
||||||
|
|
@ -576,6 +576,10 @@ $form-edge-padding: 20px;
|
||||||
display: block;
|
display: block;
|
||||||
background: #fff;
|
background: #fff;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pure-form-message-inline {
|
||||||
|
padding-left: 0;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
|
|
|
||||||
|
|
@ -58,15 +58,20 @@
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<hr/>
|
||||||
<fieldset class="pure-group">
|
<fieldset class="pure-group">
|
||||||
|
|
||||||
|
<span class="pure-form-message-inline">
|
||||||
|
<strong>Request override is currently only used by the <i>Basic fast Plaintext/HTTP Client</i> method.</strong>
|
||||||
|
</span>
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
{{ render_field(form.method) }}
|
{{ render_field(form.method) }}
|
||||||
</div>
|
</div>
|
||||||
<strong>Note: <i>Request Headers and Body settings are ONLY used by Basic fast Plaintext/HTTP Client fetch method.</i></strong>
|
<div class="pure-control-group">
|
||||||
{{ render_field(form.headers, rows=5, placeholder="Example
|
{{ render_field(form.headers, rows=5, placeholder="Example
|
||||||
Cookie: foobar
|
Cookie: foobar
|
||||||
User-Agent: wonderbra 1.0") }}
|
User-Agent: wonderbra 1.0") }}
|
||||||
</fieldset>
|
</div>
|
||||||
<div class="pure-control-group">
|
<div class="pure-control-group">
|
||||||
{{ render_field(form.body, rows=5, placeholder="Example
|
{{ render_field(form.body, rows=5, placeholder="Example
|
||||||
{
|
{
|
||||||
|
|
@ -75,7 +80,8 @@ User-Agent: wonderbra 1.0") }}
|
||||||
\"car\":null
|
\"car\":null
|
||||||
}") }}
|
}") }}
|
||||||
</div>
|
</div>
|
||||||
|
</fieldset>
|
||||||
|
<br/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="tab-pane-inner" id="notifications">
|
<div class="tab-pane-inner" id="notifications">
|
||||||
|
|
|
||||||
Ładowanie…
Reference in New Issue