mirror of
https://github.com/nymurbd/MikroTik-scripts.git
synced 2025-08-03 17:54:35 +02:00
log-forward: use colorful bullets to indicate severity
This commit is contained in:
parent
ef3b8f8ddd
commit
24823441c3
3 changed files with 12 additions and 4 deletions
|
@ -12,7 +12,7 @@
|
|||
:local 0 "global-functions";
|
||||
|
||||
# expected configuration version
|
||||
:global ExpectedConfigVersion 107;
|
||||
:global ExpectedConfigVersion 108;
|
||||
|
||||
# global variables not to be changed by user
|
||||
:global GlobalFunctionsReady false;
|
||||
|
@ -1230,6 +1230,9 @@
|
|||
"floppy-disk"="\F0\9F\92\BE";
|
||||
"high-voltage-sign"="\E2\9A\A1";
|
||||
"incoming-envelope"="\F0\9F\93\A8";
|
||||
"information"="\E2\84\B9";
|
||||
"large-orange-circle"="\F0\9F\9F\A0";
|
||||
"large-red-circle"="\F0\9F\94\B4";
|
||||
"link"="\F0\9F\94\97";
|
||||
"lock-with-ink-pen"="\F0\9F\94\8F";
|
||||
"memo"="\F0\9F\93\9D";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue