From 060e0a4d1897ff1cbe495ce1f100d27eae04a2d0 Mon Sep 17 00:00:00 2001 From: Christopher Moyer <35463610+chri2547@users.noreply.github.com> Date: Thu, 2 Feb 2023 13:42:21 -0600 Subject: [PATCH] Docs: corrects incorrect redirect and fixes link (#62815) corrects incorrect redirect and fixes link --- docs/sources/dashboards/manage-dashboards/index.md | 1 - docs/sources/dashboards/use-dashboards/index.md | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/sources/dashboards/manage-dashboards/index.md b/docs/sources/dashboards/manage-dashboards/index.md index c286d1d95b4..2a18a59b3cd 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 7bf4b38cf54..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 @@ -32,11 +33,11 @@ The following image and descriptions highlights all dashboards features. - **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 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/" >}}) +- **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/).