Overhaul of the highlight system

This commit is contained in:
iv_vuytsik
2026-01-21 03:16:52 +03:00
parent ce7e39debf
commit 87a1a628d3
13 changed files with 481 additions and 259 deletions

View File

@@ -0,0 +1,4 @@
export const STATUS_COLOR_CRITICAL = '#b3261e'
export const STATUS_COLOR_WARNING = '#fd7c22'
export const STATUS_COLOR_NORMAL = '#00ff00'
export const STATUS_COLOR_UNKNOWN = '#666666'