mirror of
https://github.com/grafana/grafana.git
synced 2026-07-29 15:59:50 -05:00
Dashboard: Prevent non-repeating panels being dropped from repeated rows when collapsed/expanded (#50764)
* Mob: fix issue with repeating panels+rows, add e2e test Co-authored-by: kay delaney <kay@grafana.com> Co-authored-by: Joao Silva <joao.silva@grafana.com> Co-authored-by: joshhunt <josh@trtr.co> Co-authored-by: polibb <polina.boneva@grafana.com> * Fix describe block description Co-authored-by: kay delaney <kay@grafana.com> Co-authored-by: Joao Silva <joao.silva@grafana.com> Co-authored-by: joshhunt <josh@trtr.co> Co-authored-by: polibb <polina.boneva@grafana.com>
This commit is contained in:
co-authored by
kay delaney
Joao Silva
joshhunt
polibb
parent
6a5419a9eb
commit
94d585063e
+3
-3
@@ -44,7 +44,7 @@
|
||||
"id": 2,
|
||||
"panels": [],
|
||||
"repeat": "row",
|
||||
"title": "Row title $row",
|
||||
"title": "Row $row",
|
||||
"type": "row"
|
||||
},
|
||||
{
|
||||
@@ -119,7 +119,7 @@
|
||||
"sort": "none"
|
||||
}
|
||||
},
|
||||
"title": "Panel Title",
|
||||
"title": "Row $row non-repeating panel",
|
||||
"type": "timeseries"
|
||||
},
|
||||
{
|
||||
@@ -196,7 +196,7 @@
|
||||
},
|
||||
"repeat": "horizontal",
|
||||
"repeatDirection": "h",
|
||||
"title": "Horizontal repeating $horizontal",
|
||||
"title": "Row $row repeating panel $horizontal",
|
||||
"type": "timeseries"
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user