1
0
Fork 0
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:
Brandon Hilkert 2014-05-21 17:02:11 -04:00
parent 123d7bb2f4
commit 70272bf6ea

View file

@ -29,7 +29,7 @@ var realtimeGraph = function(updatePath) {
renderer: 'line',
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,
maxDataPoints: 100,
})