Gauge option form markup fixes

This commit is contained in:
Torkel Ödegaard
2018-12-17 17:54:40 +01:00
parent 7d248cb415
commit 1ee1247912
10 changed files with 89 additions and 98 deletions

View File

@@ -186,16 +186,18 @@ func getPanelSort(id string) int {
sort = 1
case "singlestat":
sort = 2
case "table":
case "gauge":
sort = 3
case "text":
case "table":
sort = 4
case "heatmap":
case "text":
sort = 5
case "alertlist":
case "heatmap":
sort = 6
case "dashlist":
case "alertlist":
sort = 7
case "dashlist":
sort = 8
}
return sort
}