mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Dashboards: Promote dashboard kind to experimental maturity (#61693)
This commit is contained in:
parent
5fb4a7f3b6
commit
61d8ab71a3
@ -7,7 +7,7 @@ title: Dashboard kind
|
||||
|
||||
# Dashboard kind
|
||||
|
||||
### Maturity: merged
|
||||
### Maturity: experimental
|
||||
### Version: 0.0
|
||||
|
||||
## Properties
|
||||
|
@ -3,7 +3,7 @@ package kind
|
||||
import "strings"
|
||||
|
||||
name: "Dashboard"
|
||||
maturity: "merged"
|
||||
maturity: "experimental"
|
||||
|
||||
lineage: seqs: [
|
||||
{
|
||||
|
@ -126,7 +126,7 @@
|
||||
"machineName": "dashboard",
|
||||
"pluralMachineName": "dashboards",
|
||||
"lineageIsGroup": false,
|
||||
"maturity": "merged",
|
||||
"maturity": "experimental",
|
||||
"currentVersion": [
|
||||
0,
|
||||
0
|
||||
@ -981,8 +981,10 @@
|
||||
"maturity": {
|
||||
"experimental": {
|
||||
"name": "experimental",
|
||||
"items": [],
|
||||
"count": 0
|
||||
"items": [
|
||||
"dashboard"
|
||||
],
|
||||
"count": 1
|
||||
},
|
||||
"mature": {
|
||||
"name": "mature",
|
||||
@ -995,7 +997,6 @@
|
||||
"annolist_panel",
|
||||
"barchart_panel",
|
||||
"bargauge_panel",
|
||||
"dashboard",
|
||||
"dashlist_panel",
|
||||
"gauge_panel",
|
||||
"histogram_panel",
|
||||
@ -1006,7 +1007,7 @@
|
||||
"team",
|
||||
"text_panel"
|
||||
],
|
||||
"count": 13
|
||||
"count": 12
|
||||
},
|
||||
"planned": {
|
||||
"name": "planned",
|
||||
|
Loading…
Reference in New Issue
Block a user