mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Various Panels: Remove beta label from Bar Chart, Candlestick, Histogram, State Timeline, & Status History Panels (#58557)
* Remove beta label from numerous panels. * Update backend snapshot to fix test Co-authored-by: nmarrs <nathanielmarrs@gmail.com>
This commit is contained in:
parent
71e4a8261d
commit
839465ae44
@ -201,7 +201,7 @@
|
|||||||
"hasUpdate": false,
|
"hasUpdate": false,
|
||||||
"defaultNavUrl": "/plugins/barchart/",
|
"defaultNavUrl": "/plugins/barchart/",
|
||||||
"category": "",
|
"category": "",
|
||||||
"state": "beta",
|
"state": "",
|
||||||
"signature": "internal",
|
"signature": "internal",
|
||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
@ -273,7 +273,7 @@
|
|||||||
"hasUpdate": false,
|
"hasUpdate": false,
|
||||||
"defaultNavUrl": "/plugins/candlestick/",
|
"defaultNavUrl": "/plugins/candlestick/",
|
||||||
"category": "",
|
"category": "",
|
||||||
"state": "beta",
|
"state": "",
|
||||||
"signature": "internal",
|
"signature": "internal",
|
||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
@ -755,7 +755,7 @@
|
|||||||
"hasUpdate": false,
|
"hasUpdate": false,
|
||||||
"defaultNavUrl": "/plugins/histogram/",
|
"defaultNavUrl": "/plugins/histogram/",
|
||||||
"category": "",
|
"category": "",
|
||||||
"state": "beta",
|
"state": "",
|
||||||
"signature": "internal",
|
"signature": "internal",
|
||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
@ -1282,7 +1282,7 @@
|
|||||||
"hasUpdate": false,
|
"hasUpdate": false,
|
||||||
"defaultNavUrl": "/plugins/state-timeline/",
|
"defaultNavUrl": "/plugins/state-timeline/",
|
||||||
"category": "",
|
"category": "",
|
||||||
"state": "beta",
|
"state": "",
|
||||||
"signature": "internal",
|
"signature": "internal",
|
||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
@ -1318,7 +1318,7 @@
|
|||||||
"hasUpdate": false,
|
"hasUpdate": false,
|
||||||
"defaultNavUrl": "/plugins/status-history/",
|
"defaultNavUrl": "/plugins/status-history/",
|
||||||
"category": "",
|
"category": "",
|
||||||
"state": "beta",
|
"state": "",
|
||||||
"signature": "internal",
|
"signature": "internal",
|
||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
@ -1693,4 +1693,4 @@
|
|||||||
"signatureType": "",
|
"signatureType": "",
|
||||||
"signatureOrg": ""
|
"signatureOrg": ""
|
||||||
}
|
}
|
||||||
]
|
]
|
@ -2,7 +2,6 @@
|
|||||||
"type": "panel",
|
"type": "panel",
|
||||||
"name": "Bar chart",
|
"name": "Bar chart",
|
||||||
"id": "barchart",
|
"id": "barchart",
|
||||||
"state": "beta",
|
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Categorical charts with group support",
|
"description": "Categorical charts with group support",
|
||||||
|
@ -2,7 +2,6 @@
|
|||||||
"type": "panel",
|
"type": "panel",
|
||||||
"name": "Candlestick",
|
"name": "Candlestick",
|
||||||
"id": "candlestick",
|
"id": "candlestick",
|
||||||
"state": "beta",
|
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
"name": "Histogram",
|
"name": "Histogram",
|
||||||
"id": "histogram",
|
"id": "histogram",
|
||||||
|
|
||||||
"state": "beta",
|
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"author": {
|
"author": {
|
||||||
"name": "Grafana Labs",
|
"name": "Grafana Labs",
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
"name": "State timeline",
|
"name": "State timeline",
|
||||||
"id": "state-timeline",
|
"id": "state-timeline",
|
||||||
|
|
||||||
"state": "beta",
|
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"description": "State changes and durations",
|
"description": "State changes and durations",
|
||||||
"author": {
|
"author": {
|
||||||
|
@ -3,8 +3,6 @@
|
|||||||
"name": "Status history",
|
"name": "Status history",
|
||||||
"id": "status-history",
|
"id": "status-history",
|
||||||
|
|
||||||
"state": "beta",
|
|
||||||
|
|
||||||
"info": {
|
"info": {
|
||||||
"description": "Periodic status history",
|
"description": "Periodic status history",
|
||||||
"author": {
|
"author": {
|
||||||
|
Loading…
Reference in New Issue
Block a user