mirror of
https://github.com/mperham/sidekiq.git
synced 2022-11-09 13:52:34 -05:00
Update label tabs casing
This commit is contained in:
parent
123d7bb2f4
commit
70272bf6ea
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ var realtimeGraph = function(updatePath) {
|
||||||
renderer: 'line',
|
renderer: 'line',
|
||||||
interpolation: 'linear',
|
interpolation: 'linear',
|
||||||
|
|
||||||
series: new Rickshaw.Series.FixedDuration([{ name: 'failed', color: '#B1003E' }, { name: 'processed', color: '#006f68' }], undefined, {
|
series: new Rickshaw.Series.FixedDuration([{ name: 'Failed', color: '#B1003E' }, { name: 'Processed', color: '#006f68' }], undefined, {
|
||||||
timeInterval: timeInterval,
|
timeInterval: timeInterval,
|
||||||
maxDataPoints: 100,
|
maxDataPoints: 100,
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue