mirror of
https://github.com/Luzifer/twitch-bot.git
synced 2024-12-20 11:51:17 +00:00
[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>
|
||||
</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-item>
|
||||
<b-input-group>
|
||||
|
|
Loading…
Reference in a new issue