From 10569aad42b79dc125a4a6d3ece81cd7f8fed03b Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Thu, 2 Feb 2023 14:11:26 -0600 Subject: [PATCH] [v9.3] docs: Manual backport 62815 to v9.3.x (#62821) Docs: corrects incorrect redirect and fixes link (#62815) corrects incorrect redirect and fixes link (cherry picked from commit 060e0a4d1897ff1cbe495ce1f100d27eae04a2d0) --- docs/sources/dashboards/manage-dashboards/index.md | 1 - docs/sources/dashboards/use-dashboards/index.md | 7 ++++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/sources/dashboards/manage-dashboards/index.md b/docs/sources/dashboards/manage-dashboards/index.md index 675d4a98cec..e4c6769eb67 100644 --- a/docs/sources/dashboards/manage-dashboards/index.md +++ b/docs/sources/dashboards/manage-dashboards/index.md @@ -9,7 +9,6 @@ aliases: - dashboard-folders/ - dashboard-manage/ - export-import/ - - time-range-controls/ keywords: - grafana - dashboard diff --git a/docs/sources/dashboards/use-dashboards/index.md b/docs/sources/dashboards/use-dashboards/index.md index b24e50dc1f1..d10eb022fa9 100644 --- a/docs/sources/dashboards/use-dashboards/index.md +++ b/docs/sources/dashboards/use-dashboards/index.md @@ -7,6 +7,7 @@ aliases: - dashboard-ui/dashboard-row/ - search/ - shortcuts/ + - time-range-controls/ keywords: - dashboard - search @@ -31,12 +32,12 @@ The following image and descriptions highlights all dashboards features. - **Grafana home** (1): Click the Grafana home icon to be redirected to the home page configured in the Grafana instance. - **Dashboard title** (2): When you click the dashboard title you can search for dashboard contained in the current folder. - **Share dashboard** (3): Use this option to share the current dashboard by link or snapshot. You can also export the dashboard definition from the share modal. -- **Add panel** (4): Use this option to add a panel, dashboard row, or library panel to the current dashboard. -- **Dashboard settings** (5): Use this option to change dashboard name, folder, and tags and manage variables and annotation queries. For more information about dashboard settings, refer to [Modify dashboard settings]({{< relref "../build-dashboards/modify-dashboard-settings/" >}}) +- **Add a new panel** (4): Use this option to add a panel, dashboard row, or library panel to the current dashboard. +- **Dashboard settings** (5): Use this option to change dashboard name, folder, and tags and manage variables and annotation queries. For more information about dashboard settings, refer to [Modify dashboard settings]({{< relref "../build-dashboards/modify-dashboard-settings/" >}}). - **Time picker dropdown** (6): Click to select relative time range options and set custom absolute time ranges. - You can change the **Timezone** and **fiscal year** settings from the time range controls by clicking the **Change time settings** button. - Time settings are saved on a per-dashboard basis. -- **Zoom out time range** (7): Click to zoom out the time range. For more information about how to use time range controls, refer to [Common time range controls](../time-range-controls/#common-time-range-controls). +- **Zoom out time range** (7): Click to zoom out the time range. For more information about how to use time range controls, refer to [Common time range controls]({{< relref "#common-time-range-controls" >}}). - **Refresh dashboard** (8): Click to immediately trigger queries and refresh dashboard data. - **Refresh dashboard time interval** (9): Click to select a dashboard auto refresh time interval. - **View mode** (10): Click to display the dashboard on a large screen such as a TV or a kiosk. View mode hides irrelevant information such as navigation menus. For more information about view mode, refer to [How to Create Kiosks to Display Dashboards on a TV](https://grafana.com/blog/2019/05/02/grafana-tutorial-how-to-create-kiosks-to-display-dashboards-on-a-tv/).