mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update color index to fix mysql graphs (#9910)
* Added an additional color in 'mixed' because of the mysql display using mixed[7] and failing because the array didn't have enough elements * Moved color to the end of the array to not make other colors change
This commit is contained in:
@@ -267,6 +267,7 @@ $config['graph_colours']['mixed'] = array(
|
||||
'D01F3C',
|
||||
'36393D',
|
||||
'FF0084',
|
||||
'91B13C',
|
||||
);
|
||||
$config['graph_colours']['oranges'] = array(
|
||||
'E43C00',
|
||||
|
Reference in New Issue
Block a user