From 09e49f61189d1651626499fd4bb4a569bd0a80bb Mon Sep 17 00:00:00 2001 From: Ivana Huckova <30407135+ivanahuckova@users.noreply.github.com> Date: Fri, 2 Jul 2021 10:14:55 -0400 Subject: [PATCH] Docs: Improve title and documentation for share shortened link in Explore (#36380) * Improve title and documentation for share shortened link in Explore * Update docs/sources/explore/_index.md Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> --- docs/sources/explore/_index.md | 2 +- public/app/features/explore/ExploreToolbar.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/explore/_index.md b/docs/sources/explore/_index.md index 703b4785277..317bfbe48d5 100644 --- a/docs/sources/explore/_index.md +++ b/docs/sources/explore/_index.md @@ -63,4 +63,4 @@ After you've navigated to Explore, you should notice a "Back" button in the Expl > **Note:** Available in Grafana 7.3 and later versions. -The Share shortened link capability allows you to create smaller and simpler URLs of the format /goto/:uid instead of using longer URLs with query parameters. To create a shortened link, click the **Share** option in Explore toolbar. Any shortened links that are never used will be automatically deleted after 7 days. +The Share shortened link capability allows you to create smaller and simpler URLs of the format /goto/:uid instead of using longer URLs with query parameters. To create a shortened link to the executed query, click the **Share** option in the Explore toolbar. A shortened link that is never used will automatically get deleted after seven (7) days. diff --git a/public/app/features/explore/ExploreToolbar.tsx b/public/app/features/explore/ExploreToolbar.tsx index 097e7b209fa..dcc3a9f6c5b 100644 --- a/public/app/features/explore/ExploreToolbar.tsx +++ b/public/app/features/explore/ExploreToolbar.tsx @@ -148,7 +148,7 @@ export class UnConnectedExploreToolbar extends PureComponent { ) : null} - + createAndCopyShortLink(window.location.href)} />