Skip to content

Commit

Permalink
scylla-detailed: add enterprise conditional support
Browse files Browse the repository at this point in the history
The changes around the top row and tablets are version conditional,
because they were not conditional with enterprise, they were not shown.

(cherry picked from commit b4f1d10)
  • Loading branch information
amnonh committed Aug 4, 2024
1 parent 0e7da0b commit 6be8276
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions grafana/scylla-detailed.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
{
"class": "row",
"dashversion":["<6.0"],
"dashversion":["<6.0", "<2024.2"],
"panels": [
{
"class": "percent_panel",
Expand Down Expand Up @@ -77,7 +77,7 @@
},
{
"class": "row",
"dashversion":[">6.0"],
"dashversion":[">6.0", ">2024.2"],
"panels": [
{
"class": "percent_panel",
Expand Down Expand Up @@ -170,7 +170,7 @@
},
{
"class": "row",
"dashversion":[">6.0"],
"dashversion":[">6.0", ">2024.2"],
"panels": [
{
"class": "collapsible_row_panel",
Expand All @@ -181,7 +181,7 @@
},
{
"class": "row",
"dashversion":[">6.0"],
"dashversion":[">6.0", ">2024.2"],
"panels": [
{
"title": "Tablets over time per [[by]]",
Expand Down

0 comments on commit 6be8276

Please sign in to comment.