Skip to content

Commit

Permalink
Add Cluster Selector to dashboard if multiCluster is enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
plambert-sp committed Oct 16, 2024
1 parent 8bc1d81 commit fb8edec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboards/overview.json
Original file line number Diff line number Diff line change
Expand Up @@ -1459,7 +1459,7 @@
"uid": "$datasource"
},
"definition": "",
"hide": 2,
"hide": if $._config.dashboards.enableMultiCluster then 0 else 2,
"includeAll": false,
"multi": false,
"name": "cluster",
Expand Down

0 comments on commit fb8edec

Please sign in to comment.