From e9243215a6145c22417c4b7a16a39171a40d2e75 Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Mon, 4 May 2020 10:02:34 +0200 Subject: [PATCH] Remove beta references from Query history (#24114) --- docs/sources/features/explore/index.md | 2 -- .../features/explore/RichHistory/RichHistoryQueriesTab.tsx | 7 ++----- .../features/explore/RichHistory/RichHistoryStarredTab.tsx | 7 ++----- 3 files changed, 4 insertions(+), 12 deletions(-) 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) { ); })} -