Trend: Promote to beta (#67323)

pull/67325/head
Nathan Marrs 2 years ago committed by GitHub
parent fb45cb6237
commit 353e11b771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      pkg/tests/api/plugins/data/expectedListResp.json
  2. 2
      public/app/plugins/panel/trend/plugin.json

@ -1698,6 +1698,42 @@
"signatureType": "",
"signatureOrg": ""
},
{
"name": "Trend",
"type": "panel",
"id": "trend",
"enabled": true,
"pinned": false,
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"description": "Like timeseries, but when x != time",
"links": null,
"logos": {
"small": "public/app/plugins/panel/trend/img/trend.svg",
"large": "public/app/plugins/panel/trend/img/trend.svg"
},
"build": {},
"screenshots": null,
"version": "",
"updated": ""
},
"dependencies": {
"grafanaDependency": "",
"grafanaVersion": "*",
"plugins": []
},
"latestVersion": "",
"hasUpdate": false,
"defaultNavUrl": "/plugins/trend/",
"category": "",
"state": "beta",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
},
{
"name": "Welcome",
"type": "panel",

@ -3,7 +3,7 @@
"name": "Trend",
"id": "trend",
"state": "alpha",
"state": "beta",
"info": {
"description": "Like timeseries, but when x != time",

Loading…
Cancel
Save