From 81334b01a518aa667b3f8b006d4c9e6c838e90cb Mon Sep 17 00:00:00 2001 From: Dmitry Kalashnik Date: Fri, 15 Jun 2018 12:15:20 +0400 Subject: [PATCH] Fix warning color Change-Id: I64b22607c0e55dd595ab640aa1d6f647974de73e --- prometheus/files/alerta/alerta.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus/files/alerta/alerta.conf b/prometheus/files/alerta/alerta.conf index 12eb2cc..31b0b49 100644 --- a/prometheus/files/alerta/alerta.conf +++ b/prometheus/files/alerta/alerta.conf @@ -10,7 +10,7 @@ angular.module('config', []) 'critical' : '{{ alerta.get("colors", {}).get("critical", "#D8122A") }}', 'major' : '{{ alerta.get("colors", {}).get("major", "#EA680F") }}', 'minor' : '{{ alerta.get("colors", {}).get("minor", "#FFBE1E") }}', - 'warning' : '{{ alerta.get("colors", {}).get("warning", "#BA2222") }}', + 'warning' : '{{ alerta.get("colors", {}).get("warning", "#1E90FF") }}', 'indeterminate': '{{ alerta.get("colors", {}).get("indeterminate", "#A6ACA8") }}', 'cleared' : '{{ alerta.get("colors", {}).get("cleared", "#00AA5A") }}', 'normal' : '{{ alerta.get("colors", {}).get("normal", "#00AA5A") }}',