mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 03:33:59 +00:00
9 lines
No EOL
750 B
Text
9 lines
No EOL
750 B
Text
hilights = (
|
|
{ text = "Critical"; fullword = "yes"; color = "%r"; line = "no"; nick = "no"; word = "yes"; }
|
|
{ text = "Major"; fullword = "yes"; color = "%m"; line = "no"; nick = "no"; word = "yes"; }
|
|
{ text = "Minor"; fullword = "yes"; color = "%y"; line = "no"; nick = "no"; word = "yes"; }
|
|
{ text = "Warning"; fullword = "yes"; color = "%c"; line = "no"; nick = "no"; word = "yes"; }
|
|
{ text = "Normal"; fullword = "yes"; color = "%g"; line = "no"; nick = "no"; word = "yes"; }
|
|
{ text = "Informational"; fullword = "yes"; color = "%g"; line = "no"; nick = "no"; word = "yes"; }
|
|
{ text = "Debug"; fullword = "yes"; color = "%k"; line = "no"; nick = "no"; word = "yes"; }
|
|
); |