mirror of
https://github.com/grafana/grafana.git
synced 2025-02-11 08:05:43 -06:00
Canvas: Promote to beta (#56217)
Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
parent
8833e35b43
commit
2c1c98f3b6
@ -278,6 +278,42 @@
|
||||
"signatureType": "",
|
||||
"signatureOrg": ""
|
||||
},
|
||||
{
|
||||
"name": "Canvas",
|
||||
"type": "panel",
|
||||
"id": "canvas",
|
||||
"enabled": true,
|
||||
"pinned": false,
|
||||
"info": {
|
||||
"author": {
|
||||
"name": "Grafana Labs",
|
||||
"url": "https://grafana.com"
|
||||
},
|
||||
"description": "Explicit element placement",
|
||||
"links": null,
|
||||
"logos": {
|
||||
"small": "public/app/plugins/panel/canvas/img/icn-canvas.svg",
|
||||
"large": "public/app/plugins/panel/canvas/img/icn-canvas.svg"
|
||||
},
|
||||
"build": {},
|
||||
"screenshots": null,
|
||||
"version": "",
|
||||
"updated": ""
|
||||
},
|
||||
"dependencies": {
|
||||
"grafanaDependency": "",
|
||||
"grafanaVersion": "*",
|
||||
"plugins": []
|
||||
},
|
||||
"latestVersion": "",
|
||||
"hasUpdate": false,
|
||||
"defaultNavUrl": "/plugins/canvas/",
|
||||
"category": "",
|
||||
"state": "beta",
|
||||
"signature": "internal",
|
||||
"signatureType": "",
|
||||
"signatureOrg": ""
|
||||
},
|
||||
{
|
||||
"name": "CloudWatch",
|
||||
"type": "datasource",
|
||||
|
@ -2,7 +2,7 @@
|
||||
"type": "panel",
|
||||
"name": "Canvas",
|
||||
"id": "canvas",
|
||||
"state": "alpha",
|
||||
"state": "beta",
|
||||
|
||||
"info": {
|
||||
"description": "Explicit element placement",
|
||||
|
Loading…
Reference in New Issue
Block a user