Files
aerbim-ht-monitor/frontend/lib/statusColors.ts
2026-01-21 03:16:52 +03:00

5 lines
184 B
TypeScript

export const STATUS_COLOR_CRITICAL = '#b3261e'
export const STATUS_COLOR_WARNING = '#fd7c22'
export const STATUS_COLOR_NORMAL = '#00ff00'
export const STATUS_COLOR_UNKNOWN = '#666666'