mirror of
https://github.com/grafana/grafana.git
synced 2025-01-08 23:23:45 -06:00
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>
This commit is contained in:
parent
0ca6fdd310
commit
09e49f6118
@ -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…
Reference in New Issue
Block a user