ux: updated heatmap icon

This commit is contained in:
Torkel Ödegaard
2017-05-03 08:56:51 +02:00
parent deab4a378a
commit b042c53980
2 changed files with 144 additions and 197 deletions

View File

@@ -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
}