mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
ux: updated heatmap icon
This commit is contained in:
@@ -166,10 +166,12 @@ func getPanelSort(id string) int {
|
||||
sort = 3
|
||||
case "text":
|
||||
sort = 4
|
||||
case "alertlist":
|
||||
case "heatmap":
|
||||
sort = 5
|
||||
case "dashlist":
|
||||
case "alertlist":
|
||||
sort = 6
|
||||
case "dashlist":
|
||||
sort = 7
|
||||
}
|
||||
return sort
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user