[editor] Add explanatory hint for exceptions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
ee6670212b
commit
beb491f015
1 changed files with 12 additions and 0 deletions
|
@ -355,6 +355,18 @@
|
||||||
Exceptions <b-badge>{{ countRuleExceptions }}</b-badge>
|
Exceptions <b-badge>{{ countRuleExceptions }}</b-badge>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<b-alert
|
||||||
|
show
|
||||||
|
variant="info"
|
||||||
|
>
|
||||||
|
<font-awesome-icon
|
||||||
|
fixed-width
|
||||||
|
:icon="['fas', 'info-circle']"
|
||||||
|
/>
|
||||||
|
If the message does match one of these regular expressions, the rule is not executed.
|
||||||
|
(Use for example to disable link protection on certain messages.)
|
||||||
|
</b-alert>
|
||||||
|
|
||||||
<b-list-group flush>
|
<b-list-group flush>
|
||||||
<b-list-group-item>
|
<b-list-group-item>
|
||||||
<b-input-group>
|
<b-input-group>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue