Merge "Fix warning color"

This commit is contained in:
Dmitry Kalashnik 2018-06-20 12:07:11 +00:00 committed by Gerrit Code Review
commit 2f831f3709

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