mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-05 20:51:15 -07:00
Change colour of max. concurrent stream series
This commit is contained in:
parent
982c893c49
commit
62be48df9c
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@
|
|||
'Direct Play': '#E5A00D',
|
||||
'Direct Stream': '#FFFFFF',
|
||||
'Transcode': '#F06464',
|
||||
'Max. Concurrent Streams': '#1014FC'
|
||||
'Max. Concurrent Streams': '#96C83C'
|
||||
};
|
||||
var series_colors = [];
|
||||
$.each(data_series, function(index, series) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue