mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
VisualizationSuggestions: Support image & text instead of real previews. Adds suggestions for all non data panels when there are no data (#42074)
* Make suggestion cards support img & text mode instead of only preview * Generic solution for non data panels * minor review tweaks
This commit is contained in:
@@ -24,7 +24,7 @@ export enum SuggestionName {
|
||||
Table = 'Table',
|
||||
StateTimeline = 'State timeline',
|
||||
StatusHistory = 'Status history',
|
||||
TextPanel = 'Text panel',
|
||||
TextPanel = 'Text',
|
||||
DashboardList = 'Dashboard list',
|
||||
Logs = 'Logs',
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user