Merge branch 'ent-4857-Bug-color-pagina-eventos' into 'develop'

Ent 4857 bug color pagina eventos

See merge request artica/pandorafms!2834
This commit is contained in:
Daniel Rodriguez 2019-11-06 15:27:48 +01:00
commit 34bfb762fd
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ define('COL_UNKNOWN', '#B2B2B2');
define('COL_DOWNTIME', '#976DB1');
define('COL_IGNORED', '#DDD');
define('COL_ALERTFIRED', '#F36201');
define('COL_MINOR', '#B2B2B2');
define('COL_MINOR', '#F099A2');
define('COL_MAJOR', '#C97A4A');
define('COL_INFORMATIONAL', '#E4E4E4');
define('COL_MAINTENANCE', '#4a83f3');