Merge "Fix warning color"
This commit is contained in:
commit
2f831f3709
1 changed files with 1 additions and 1 deletions
|
@ -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") }}',
|
||||
|
|
Loading…
Reference in a new issue