Rename: Status grid to history (#34864)

This commit is contained in:
Ryan McKinley
2021-05-29 20:24:14 +02:00
committed by GitHub
parent d6a9a9b975
commit 4972e0f6a1
12 changed files with 17 additions and 17 deletions
+1 -1
View File
@@ -288,7 +288,7 @@ func getPanelSort(id string) int {
sort = 9
case "heatmap":
sort = 10
case "status-grid":
case "status-history":
sort = 11
case "histogram":
sort = 12