Skip to content

Commit

Permalink
fix: Remove '*' as 'All' option in workload dropdown on workload dash…
Browse files Browse the repository at this point in the history
…board
  • Loading branch information
rahulguptajss authored and cgrinds committed Sep 23, 2024
1 parent d24598f commit 2bc188c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion grafana/dashboards/cmode/workload.json
Original file line number Diff line number Diff line change
Expand Up @@ -6204,7 +6204,7 @@
"type": "custom"
},
{
"allValue": ".*",
"allValue": "",
"current": {},
"datasource": "${DS_PROMETHEUS}",
"definition": "label_values(qos_workload_labels{datacenter=~\"$Datacenter\",cluster=~\"$Cluster\", class=~\"$WorkloadClass\"}, workload)",
Expand Down

0 comments on commit 2bc188c

Please sign in to comment.