Timeline: split "periodic" mode into its own panel (#34171)
This commit is contained in:
@@ -274,20 +274,22 @@ func getPanelSort(id string) int {
|
||||
sort = 7
|
||||
case "piechart":
|
||||
sort = 8
|
||||
case "timeline":
|
||||
case "state-timeline":
|
||||
sort = 9
|
||||
case "heatmap":
|
||||
sort = 10
|
||||
case "graph":
|
||||
case "status-grid":
|
||||
sort = 11
|
||||
case "text":
|
||||
case "graph":
|
||||
sort = 12
|
||||
case "alertlist":
|
||||
case "text":
|
||||
sort = 13
|
||||
case "dashlist":
|
||||
case "alertlist":
|
||||
sort = 14
|
||||
case "news":
|
||||
case "dashlist":
|
||||
sort = 15
|
||||
case "news":
|
||||
sort = 16
|
||||
}
|
||||
return sort
|
||||
}
|
||||
|
||||
@@ -431,7 +431,8 @@ func verifyCorePluginCatalogue(t *testing.T, pm *PluginManager) {
|
||||
"table",
|
||||
"table-old",
|
||||
"text",
|
||||
"timeline",
|
||||
"state-timeline",
|
||||
"status-grid",
|
||||
"timeseries",
|
||||
"welcome",
|
||||
"xychart",
|
||||
|
||||
Reference in New Issue
Block a user