From c63a94b65ebc57da3bce6a4a57364d0ca51df401 Mon Sep 17 00:00:00 2001 From: noramullen1 <42354779+noramullen1@users.noreply.github.com> Date: Wed, 12 Aug 2020 14:29:01 -0700 Subject: [PATCH] Addressed PR feedback --- content/v2.0/visualize-data/dashboards/_index.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/content/v2.0/visualize-data/dashboards/_index.md b/content/v2.0/visualize-data/dashboards/_index.md index d0a95a15a..e29604ef8 100644 --- a/content/v2.0/visualize-data/dashboards/_index.md +++ b/content/v2.0/visualize-data/dashboards/_index.md @@ -14,18 +14,16 @@ Create, edit, and manage dashboards from the **Dashboards** tab in the left navi {{< children >}} ## View your dashboard ID -Use the InfluxDB UI or `influx` CLI to view your organization ID. +Use the InfluxDB UI or `influx` CLI to view your dashboard ID. ### Dashboard ID in the UI -When viewing a dashboard in the InfluxDB UI, your organization ID appears in the URL. - +When viewing a dashboard in the InfluxDB UI, your dashboard ID appears in the URL.
 http://localhost:9999/orgs/03a2bbf46249a000/dashboards/04b6b15034cc000/...
 
- ### Dashboard ID in the CLI Use [`influx dashboards`](/v2.0/reference/cli/influx/dashboards/) to view a list of dashboards and IDs.