5 lines
184 B
TypeScript
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'
|