diff --git a/docs/sources/features/explore/index.md b/docs/sources/features/explore/index.md index 70616c26d2e..9e4c9d8943d 100755 --- a/docs/sources/features/explore/index.md +++ b/docs/sources/features/explore/index.md @@ -51,8 +51,6 @@ You can close the newly created query by clicking on the Close Split button. ## Query history -> BETA: Query history is a beta feature. - Query history is a list of queries that you have used in Explore. The history is local to your browser and is not shared with others. To open and interact with your history, click the **Query history** button in Explore. ### View query history diff --git a/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx b/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx index d7cfca19b1f..d0bf8d2aaa2 100644 --- a/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx +++ b/public/app/features/explore/RichHistory/RichHistoryQueriesTab.tsx @@ -99,7 +99,7 @@ const getStyles = stylesFactory((theme: GrafanaTheme, height: number) => { font-size: ${theme.typography.heading.h4}; margin: ${theme.spacing.md} ${theme.spacing.xxs} ${theme.spacing.sm} ${theme.spacing.xxs}; `, - feedback: css` + footer: css` height: 60px; margin-top: ${theme.spacing.lg}; display: flex; @@ -225,10 +225,7 @@ export function RichHistoryQueriesTab(props: Props) { ); })} -