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>
pull/36402/head
Ivana Huckova 4 years ago committed by GitHub
parent 0ca6fdd310
commit 09e49f6118
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      docs/sources/explore/_index.md
  2. 2
      public/app/features/explore/ExploreToolbar.tsx

@ -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.

@ -148,7 +148,7 @@ export class UnConnectedExploreToolbar extends PureComponent<Props> {
</ToolbarButton>
) : null}
<Tooltip content={'Copy shortened link'} placement="bottom">
<Tooltip content={'Copy shortened link to the executed query'} placement="bottom">
<ToolbarButton icon="share-alt" onClick={() => createAndCopyShortLink(window.location.href)} />
</Tooltip>

Loading…
Cancel
Save