mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Renamed src directory to public
This commit is contained in:
17
public/app/plugins/datasource/influxdb/plugin.json
Normal file
17
public/app/plugins/datasource/influxdb/plugin.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"pluginType": "datasource",
|
||||
"name": "InfluxDB 0.9.x",
|
||||
|
||||
"type": "influxdb",
|
||||
"serviceName": "InfluxDatasource",
|
||||
|
||||
"module": "plugins/datasource/influxdb/datasource",
|
||||
|
||||
"partials": {
|
||||
"config": "app/plugins/datasource/influxdb/partials/config.html",
|
||||
"query": "app/plugins/datasource/influxdb/partials/query.editor.html",
|
||||
"annotations": "app/plugins/datasource/influxdb/partials/annotations.editor.html"
|
||||
},
|
||||
|
||||
"metrics": true
|
||||
}
|
||||
Reference in New Issue
Block a user