Bar gauge icon updated

This commit is contained in:
Torkel Ödegaard
2019-02-16 15:47:35 +01:00
parent c05c3df52f
commit 3dae915b23
4 changed files with 80 additions and 88 deletions
+7 -5
View File
@@ -191,16 +191,18 @@ func getPanelSort(id string) int {
sort = 2
case "gauge":
sort = 3
case "table":
case "bargauge":
sort = 4
case "text":
case "table":
sort = 5
case "heatmap":
case "text":
sort = 6
case "alertlist":
case "heatmap":
sort = 7
case "dashlist":
case "alertlist":
sort = 8
case "dashlist":
sort = 9
}
return sort
}