mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Backend can now generate config.js, the very basic stuff, more work needed
This commit is contained in:
@@ -3,11 +3,11 @@ package models
|
||||
import "time"
|
||||
|
||||
const (
|
||||
DS_GRAPHITE = "GRAPHITE"
|
||||
DS_INFLUXDB = "INFLUXDB"
|
||||
DS_ES = "ES"
|
||||
DS_ACCESS_DIRECT = "DIRECT"
|
||||
DS_ACCESS_PROXY = "PROXY"
|
||||
DS_GRAPHITE = "graphite"
|
||||
DS_INFLUXDB = "influxdb"
|
||||
DS_ES = "es"
|
||||
DS_ACCESS_DIRECT = "direct"
|
||||
DS_ACCESS_PROXY = "proxy"
|
||||
)
|
||||
|
||||
type DsType string
|
||||
|
||||
Reference in New Issue
Block a user