mirror of
https://github.com/grafana/grafana.git
synced 2025-09-18 04:14:30 +08:00
GrafanaUI: Add a way to persistently close InfoBox (#30716)
* GrafanaUI: Add a way to persistently close InfoBox InfoBox and FeatureInfoBox can take up a lot of screen realestate. This makes it easy to let the user close the boxes. * Migrate InfoBox story to controls
This commit is contained in:
@ -103,6 +103,7 @@ export { DataLinksContextMenu } from './DataLinks/DataLinksContextMenu';
|
||||
export { SeriesIcon } from './VizLegend/SeriesIcon';
|
||||
export { InfoBox } from './InfoBox/InfoBox';
|
||||
export { FeatureBadge, FeatureInfoBox } from './InfoBox/FeatureInfoBox';
|
||||
export { DismissableFeatureInfoBox } from './InfoBox/DismissableFeatureInfoBox';
|
||||
|
||||
export { JSONFormatter } from './JSONFormatter/JSONFormatter';
|
||||
export { JsonExplorer } from './JSONFormatter/json_explorer/json_explorer';
|
||||
|
Reference in New Issue
Block a user