Rename: Status grid to history (#34864) (#34953)

(cherry picked from commit 4972e0f6a1)

Co-authored-by: Ryan McKinley <ryantxu@gmail.com>
This commit is contained in:
Grot (@grafanabot)
2021-05-29 21:03:37 +02:00
committed by GitHub
co-authored by Ryan McKinley
parent 5e46bbe823
commit 216f018377
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