grafana/public/app/plugins/datasource/input/plugin.json
Marcus Efraimsson 1497f3d79a
Chore: Remove unused properties in explore (#17359)
This removes unused properties in explore and datasource 
meta data (tables and explore properties in plugin.json).
2019-05-31 09:45:53 +02:00

24 lines
438 B
JSON

{
"type": "datasource",
"name": "Direct Input",
"id": "input",
"state": "alpha",
"metrics": true,
"alerting": false,
"annotations": false,
"logs": false,
"info": {
"description": "Data source that supports manual table & CSV input",
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
"small": "img/input.svg",
"large": "img/input.svg"
}
}
}