From 37d1df05fddc1671a17eaee8074cfdc2c799c800 Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 22 Apr 2021 19:46:54 +0100 Subject: [PATCH] Updated label for add panel. (#33285) (#33286) (cherry picked from commit 463520c03c29bc642db353965338153d6f012381) Co-authored-by: achatterjee-grafana <70489351+achatterjee-grafana@users.noreply.github.com> --- docs/sources/getting-started/getting-started.md | 2 +- docs/sources/panels/add-a-panel.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sources/getting-started/getting-started.md b/docs/sources/getting-started/getting-started.md index 79ec05c848a..b49831fbc77 100644 --- a/docs/sources/getting-started/getting-started.md +++ b/docs/sources/getting-started/getting-started.md @@ -31,7 +31,7 @@ To log in to Grafana for the first time: To create your first dashboard: -1. Click the **+** icon on the left panel, select **Create Dashboard**, and then click **Add new panel**. +1. Click the **+** icon on the left panel, select **Create Dashboard**, and then click **Add an empty panel**. 1. In the New Dashboard/Edit Panel view, go to the **Query** tab. 1. Configure your [query]({{< relref "../panels/queries.md" >}}) by selecting ``-- Grafana --`` from the [data source selector]({{< relref "../panels/queries.md/#data-source-selector" >}}). This generates the Random Walk dashboard. 1. Click the **Save** icon in the top right corner of your screen to save the dashboard. diff --git a/docs/sources/panels/add-a-panel.md b/docs/sources/panels/add-a-panel.md index e29b0cf0b6b..2191a78fc21 100644 --- a/docs/sources/panels/add-a-panel.md +++ b/docs/sources/panels/add-a-panel.md @@ -14,7 +14,7 @@ Panels allow you to show your data in visual form. This topic walks you through ![](/img/docs/panels/add-panel-icon-7-0.png) -1. Click **Add new panel**. +1. Click **Add an empty panel**. Grafana creates an empty graph panel with your default data source selected.