Merge branch 'ent-5726-Colors-severity-Eventos' into 'develop'

fixed bad constants

See merge request artica/pandorafms!3246
This commit is contained in:
Daniel Rodriguez 2020-06-22 11:20:59 +02:00
commit 30ce7fbc97
1 changed files with 2 additions and 2 deletions

View File

@ -149,8 +149,8 @@ define('COL_IGNORED', '#DDD');
define('COL_ALERTFIRED', '#F36201');
define('COL_MINOR', '#F099A2');
define('COL_MAJOR', '#C97A4A');
define('COL_INFORMATIONAL', '#E4E4E4');
define('COL_MAINTENANCE', '#4a83f3');
define('COL_INFORMATIONAL', '#4a83f3');
define('COL_MAINTENANCE', '#E4E4E4');
define('COL_GRAPH1', '#C397F2');
define('COL_GRAPH2', '#FFE66C');