Clarify notice/messages around changing ignore text

pull/359/head
dgtlmoon 3 years ago
parent 07c60a6acc
commit bc74227635

@ -109,8 +109,11 @@ User-Agent: wonderbra 1.0") }}
/some.regex\d{2}/ for case-INsensitive regex /some.regex\d{2}/ for case-INsensitive regex
") }} ") }}
<span class="pure-form-message-inline"> <span class="pure-form-message-inline">
Each line processed separately, any line matching will be ignored.<br/> <ul>
Regular Expression support, wrap the line in forward slash <b>/regex/</b>. <li>Each line processed separately, any line matching will be ignored (removed before creating the checksum)</li>
<li>Regular Expression support, wrap the line in forward slash <b>/regex/</b></li>
<li>Changing this will affect the comparison checksum which may trigger an alert</li>
</ul>
</span> </span>
</fieldset> </fieldset>

@ -83,8 +83,13 @@
/some.regex\d{2}/ for case-INsensitive regex /some.regex\d{2}/ for case-INsensitive regex
") }} ") }}
<span class="pure-form-message-inline">Note: This is applied globally in addition to the per-watch rules.</span><br/> <span class="pure-form-message-inline">Note: This is applied globally in addition to the per-watch rules.</span><br/>
<span class="pure-form-message-inline">Each line processed separately, any line matching will be ignored.<br/> <span class="pure-form-message-inline">
Regular Expression support, wrap the line in forward slash <b>/regex/</b>. <ul>
<li>Note: This is applied globally in addition to the per-watch rules.</li>
<li>Each line processed separately, any line matching will be ignored (removed before creating the checksum)</li>
<li>Regular Expression support, wrap the line in forward slash <b>/regex/</b></li>
<li>Changing this will affect the comparison checksum which may trigger an alert</li>
</ul>
</span> </span>
</fieldset> </fieldset>
</div> </div>

Loading…
Cancel
Save