Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
2fbb87e1
Commit
2fbb87e1
authored
Jun 17, 2014
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix jshint and updated changelog with PR #500
parent
1eadf52f
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
8 deletions
+14
-8
CHANGELOG.md
+7
-1
latest.json
+3
-2
src/app/services/influxdb/influxdbDatasource.js
+1
-1
src/config.sample.js
+3
-4
No files found.
CHANGELOG.md
View file @
2fbb87e1
# 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 features or improvements
-
New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi
-
New Y-axis formater for metric values that represent seconds (Issue #427) - thx @jippi
...
...
latest.json
View file @
2fbb87e1
{
{
"version"
:
"1.
5.4
"
,
"version"
:
"1.
6.0
"
,
"url"
:
"http://grafanarel.s3.amazonaws.com/grafana-1.
5.4
.tar.gz"
"url"
:
"http://grafanarel.s3.amazonaws.com/grafana-1.
6.0
.tar.gz"
}
}
\ No newline at end of file
src/app/services/influxdb/influxdbDatasource.js
View file @
2fbb87e1
...
@@ -87,7 +87,7 @@ function (angular, _, kbn) {
...
@@ -87,7 +87,7 @@ function (angular, _, kbn) {
};
};
if
(
!
templateData
.
series
.
match
(
'^/.*/'
))
{
if
(
!
templateData
.
series
.
match
(
'^/.*/'
))
{
templateData
.
series
=
'"'
+
templateData
.
series
+
'"'
;
templateData
.
series
=
'"'
+
templateData
.
series
+
'"'
;
}
}
query
=
_
.
template
(
template
,
templateData
,
this
.
templateSettings
);
query
=
_
.
template
(
template
,
templateData
,
this
.
templateSettings
);
...
...
src/config.sample.js
View file @
2fbb87e1
...
@@ -32,6 +32,9 @@ function (Settings) {
...
@@ -32,6 +32,9 @@ function (Settings) {
// default start dashboard
// default start dashboard
default_route
:
'/dashboard/file/default.json'
,
default_route
:
'/dashboard/file/default.json'
,
// Elasticsearch index for storing dashboards
grafana_index
:
"grafana-dash"
,
// timezoneOFfset:
// timezoneOFfset:
// If you experiance problems with zoom, it is probably caused by timezone diff between
// 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
// your browser and the graphite-web application. timezoneOffset setting can be used to have Grafana
...
@@ -44,9 +47,6 @@ function (Settings) {
...
@@ -44,9 +47,6 @@ function (Settings) {
//
//
timezoneOffset
:
null
,
timezoneOffset
:
null
,
// Elasticsearch index for storing dashboards
grafana_index
:
"grafana-dash"
,
// set to false to disable unsaved changes warning
// set to false to disable unsaved changes warning
unsaved_changes_warning
:
true
,
unsaved_changes_warning
:
true
,
...
@@ -54,7 +54,6 @@ function (Settings) {
...
@@ -54,7 +54,6 @@ function (Settings) {
// Example: "1m", "1h"
// Example: "1m", "1h"
playlist_timespan
:
"1m"
,
playlist_timespan
:
"1m"
,
// Add your own custom pannels
// Add your own custom pannels
plugins
:
{
plugins
:
{
panels
:
[]
panels
:
[]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment