Added config setting for default playlist timespan

This commit is contained in:
Torkel Ödegaard
2014-05-29 21:05:49 -07:00
parent 0f40e06d93
commit 1e4ff1e774
4 changed files with 9 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ vNext
- New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi
- Allow special characters in serie names (influxdb datasource), PR #390 - thx @majst01
- Refactoring of filterSrv (Issue #428), thx @Tetha
- New config for playlist feature. Set playlist_timespan to set default playlist interval (Issue #445) - thx @rmca
# Fixes
- Filter option loading when having muliple nested filters now works better.