mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Suggestions: Adds logs suggestions and sorting by score to suggestions (#41613)
* Suggestions: Adds logs suggestions for sorting by score to suggestions * Introduced an enum * review feedback
This commit is contained in:
@@ -25,4 +25,5 @@ export enum SuggestionName {
|
||||
StatusHistory = 'Status history',
|
||||
TextPanel = 'Text panel',
|
||||
DashboardList = 'Dashboard list',
|
||||
Logs = 'Logs',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user