Skip to content

Commit

Permalink
fix: add back constant variable
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Apr 3, 2023
1 parent 8e4bdda commit f0f8c22
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import { PingStatus } from '../../../../../../common/runtime_types';

export const SUCCESS_VIZ_COLOR = VISUALIZATION_COLORS[0];
export const DANGER_VIZ_COLOR = VISUALIZATION_COLORS[VISUALIZATION_COLORS.length - 1];
export const CHART_CELL_WIDTH = 17;

export interface MonitorStatusTimeBucket {
start: number;
Expand Down

0 comments on commit f0f8c22

Please sign in to comment.