fix jshint and updated changelog with PR #500

This commit is contained in:
Torkel Ödegaard 2014-06-17 18:09:10 +02:00
parent 1eadf52f5e
commit 2fbb87e17a
4 changed files with 13 additions and 8 deletions

View File

@ -1,4 +1,10 @@
# vNext
vNext
**Fixes**
- Fixes regex InfluxDB queries intoduced in 1.6.0 (PR #500)
# 1.6.0 (2014-06-16)
#### New features or improvements
- New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi

View File

@ -1,4 +1,4 @@
{
"version": "1.5.4",
"url": "http://grafanarel.s3.amazonaws.com/grafana-1.5.4.tar.gz"
"version": "1.6.0",
"url": "http://grafanarel.s3.amazonaws.com/grafana-1.6.0.tar.gz"
}

View File

@ -87,7 +87,7 @@ function (angular, _, kbn) {
};
if(!templateData.series.match('^/.*/')) {
templateData.series = '"' + templateData.series + '"';
templateData.series = '"' + templateData.series + '"';
}
query = _.template(template, templateData, this.templateSettings);

View File

@ -32,6 +32,9 @@ function (Settings) {
// default start dashboard
default_route: '/dashboard/file/default.json',
// Elasticsearch index for storing dashboards
grafana_index: "grafana-dash",
// timezoneOFfset:
// If you experiance problems with zoom, it is probably caused by timezone diff between
// your browser and the graphite-web application. timezoneOffset setting can be used to have Grafana
@ -44,9 +47,6 @@ function (Settings) {
//
timezoneOffset: null,
// Elasticsearch index for storing dashboards
grafana_index: "grafana-dash",
// set to false to disable unsaved changes warning
unsaved_changes_warning: true,
@ -54,7 +54,6 @@ function (Settings) {
// Example: "1m", "1h"
playlist_timespan: "1m",
// Add your own custom pannels
plugins: {
panels: []