Overhaul of the highlight system
This commit is contained in:
4
frontend/lib/statusColors.ts
Normal file
4
frontend/lib/statusColors.ts
Normal 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'
|
||||
Reference in New Issue
Block a user