mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
feat(mixed data source queries): lots of minor polish to new mixed data source and all the changes it has required, #436
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"pluginType": "datasource",
|
||||
"name": "Grafana (for testing)",
|
||||
"hide": true,
|
||||
"name": "Grafana",
|
||||
"builtIn": true,
|
||||
|
||||
"type": "grafana",
|
||||
"serviceName": "GrafanaDatasource",
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"module": "plugins/datasource/graphite/datasource",
|
||||
|
||||
"partials": {
|
||||
"config": "app/plugins/datasource/graphite/partials/config.html",
|
||||
"config": "app/plugins/datasource/graphite/partials/config.html"
|
||||
},
|
||||
|
||||
"metrics": true,
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
"module": "plugins/datasource/influxdb/datasource",
|
||||
|
||||
"partials": {
|
||||
"config": "app/plugins/datasource/influxdb/partials/config.html",
|
||||
"config": "app/plugins/datasource/influxdb/partials/config.html"
|
||||
},
|
||||
|
||||
"metrics": true,
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
{
|
||||
"pluginType": "datasource",
|
||||
"name": "Mixed datasource",
|
||||
"hide": true,
|
||||
"builtIn": true,
|
||||
"mixed": true,
|
||||
|
||||
"type": "mixed",
|
||||
"serviceName": "MixedDatasource",
|
||||
|
||||
@@ -3,6 +3,7 @@ define([
|
||||
'lodash',
|
||||
'kbn',
|
||||
'moment',
|
||||
'./directives',
|
||||
'./queryCtrl',
|
||||
],
|
||||
function (angular, _, kbn) {
|
||||
|
||||
Reference in New Issue
Block a user