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
9a29b045
Commit
9a29b045
authored
Jan 17, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Dashboard import/export now works
parent
c970e827
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
2 deletions
+6
-2
grafana
+1
-1
pkg/api/frontendsettings.go
+4
-0
pkg/models/datasource.go
+1
-1
No files found.
grafana
@
1c5f9027
Subproject commit
a0036179d500366e28552d2c332fd50f534913a3
Subproject commit
1c5f902770c260f9bc63a0f07f1e9d22f60ce796
pkg/api/frontendsettings.go
View file @
9a29b045
...
...
@@ -46,6 +46,10 @@ func getFrontendSettings(c *middleware.Context) (map[string]interface{}, error)
}
}
if
ds
.
Type
==
m
.
DS_ES
{
dsMap
[
"index"
]
=
ds
.
Database
}
datasources
[
ds
.
Name
]
=
dsMap
}
...
...
pkg/models/datasource.go
View file @
9a29b045
...
...
@@ -8,7 +8,7 @@ import (
const
(
DS_GRAPHITE
=
"graphite"
DS_INFLUXDB
=
"influxdb"
DS_ES
=
"e
s
"
DS_ES
=
"e
lasticsearch
"
DS_ACCESS_DIRECT
=
"direct"
DS_ACCESS_PROXY
=
"proxy"
)
...
...
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