grafana/public/app/plugins/panel/text2/plugin.json

20 lines
313 B
JSON
Raw Normal View History

2018-01-02 07:52:30 -06:00
{
"type": "panel",
"name": "Text v2",
2018-01-02 07:52:30 -06:00
"id": "text2",
"state": "alpha",
2019-02-12 02:48:46 -06:00
"noQueries": true,
2018-01-02 07:52:30 -06:00
"info": {
"author": {
"name": "Grafana Project",
"url": "https://grafana.com"
},
"logos": {
2018-11-13 01:40:42 -06:00
"small": "img/icn-text-panel.svg",
"large": "img/icn-text-panel.svg"
2018-01-02 07:52:30 -06:00
}
}
}