Files
grafana/public/app/plugins/datasource/input/plugin.json
Torkel Ödegaard e1d408a66f AddDataSource: Updated page design & categories (#16971)
* minor refactoring

* Added category

* Minor progress

* Progres

* Updated descriptions

* Added custom sort

* NewDataSource: progress

* Updated design

* NewDataSource: Updated design

* Updated link

* Feedback changes
2019-05-09 11:45:39 +02:00

25 lines
458 B
JSON

{
"type": "datasource",
"name": "Direct Input",
"id": "input",
"state": "alpha",
"metrics": true,
"alerting": false,
"annotations": false,
"logs": false,
"explore": 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"
}
}
}