Skip to content

Commit

Permalink
Update assets/kube-burner-report-mode/variables.libsonnet
Browse files Browse the repository at this point in the history
Co-authored-by: vishnuchalla <[email protected]>
  • Loading branch information
rsevilla87 and vishnuchalla authored Jul 29, 2024
1 parent 20e8dc6 commit 2ef1c87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/kube-burner-report-mode/variables.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ local var = g.dashboard.variable;
+ var.query.generalOptions.withLabel('UUID'),

compare_by:
var.custom.new('compare_by', ['uuid', '.ocpVersion', 'ocpMajorVersion'])
var.custom.new('compare_by', ['uuid', 'ocpVersion', 'ocpMajorVersion'])
+ var.custom.generalOptions.withLabel('Compare by')
+ var.custom.selectionOptions.withIncludeAll(false)
+ var.custom.selectionOptions.withMulti(false),
Expand Down

0 comments on commit 2ef1c87

Please sign in to comment.