mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 02:23:31 -06:00
* TimeSeries: Make timeseries the default panel and remove beta state * rename old graph * Updated panel descriptions, fixed e2e tests * Updated text * Fixed e2e * Fixing e2e tests
22 lines
328 B
JSON
Executable File
22 lines
328 B
JSON
Executable File
{
|
|
"type": "panel",
|
|
"name": "News",
|
|
"id": "news",
|
|
|
|
"skipDataQuery": true,
|
|
|
|
"state": "beta",
|
|
|
|
"info": {
|
|
"description": "RSS feed reader",
|
|
"author": {
|
|
"name": "Grafana Labs",
|
|
"url": "https://grafana.com"
|
|
},
|
|
"logos": {
|
|
"small": "img/news.svg",
|
|
"large": "img/news.svg"
|
|
}
|
|
}
|
|
}
|