Fix warning color

Change-Id: I64b22607c0e55dd595ab640aa1d6f647974de73e
This commit is contained in:
Dmitry Kalashnik 2018-06-15 12:15:20 +04:00
parent d257cdbfe2
commit 81334b01a5

View file

@ -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") }}',