diff --git a/content/v2.0/visualize-data/variables/create-variable.md b/content/v2.0/visualize-data/variables/create-variable.md index 02758436c..96cc30bde 100644 --- a/content/v2.0/visualize-data/variables/create-variable.md +++ b/content/v2.0/visualize-data/variables/create-variable.md @@ -17,7 +17,7 @@ _For information about variable types, see [Variable types](/v2.0/visualize-data 1. Click the **Data Explorer** icon in the sidebar. - {{< nav-icon "data-explorer" >}} + {{< nav-icon "data-explorer" >}} 2. Click **Script Editor** on the lower right. 3. Build the query for your variable using the [Table visualization type](v2.0/visualize-data/visualization-types/#table) or enable the **View Raw Data** option. @@ -30,8 +30,7 @@ _For information about variable types, see [Variable types](/v2.0/visualize-data 1. Click the **Settings** icon in the navigation bar. - {{< nav-icon "settings" >}} - + {{< nav-icon "settings" >}} 2. Select the **Variables** tab. 3. Click **+Create Variable**. @@ -43,7 +42,7 @@ _For information about variable types, see [Variable types](/v2.0/visualize-data 1. Click the **Organizations** icon in the navigation bar. - {{< nav-icon "orgs" >}} + {{< nav-icon "orgs" >}} 2. Select an organization from the list. 3. Select the **Variables** tab. diff --git a/content/v2.0/visualize-data/variables/delete-variable.md b/content/v2.0/visualize-data/variables/delete-variable.md index 4155acc6e..4b80a7bf2 100644 --- a/content/v2.0/visualize-data/variables/delete-variable.md +++ b/content/v2.0/visualize-data/variables/delete-variable.md @@ -12,10 +12,9 @@ Delete an existing variable in the InfluxDB user interface (UI). ### Delete a variable -1. Click in the **Organizations** icon in the navigation bar. +1. Click the **Settings** icon in the navigation bar. - {{< nav-icon "orgs" >}} + {{< nav-icon "settings" >}} -2. Select an organization from the list. -3. Select the **Variables** tab. -4. Hover over a variable and click the trash can icon. +2. Select the **Variables** tab. +3. Hover over a variable and click the trash can icon. diff --git a/content/v2.0/visualize-data/variables/export-variable.md b/content/v2.0/visualize-data/variables/export-variable.md index 949a5ae00..bc684f837 100644 --- a/content/v2.0/visualize-data/variables/export-variable.md +++ b/content/v2.0/visualize-data/variables/export-variable.md @@ -13,15 +13,14 @@ Variables are exported as downloadable JSON files. ### Export a variable -1. Click the **Organizations** icon in the navigation bar. +1. Click the **Settings** icon in the navigation bar. - {{< nav-icon "orgs" >}} + {{< nav-icon "settings" >}} -2. Select an organization from the list. -3. Select the **Variables** tab. -4. Hover over a variable in the list, then click the gear icon ({{< icon "gear" >}}) and select **Export**. -3. Review the JSON in the window that appears. -4. Select one of the following options: +2. Select the **Variables** tab. +3. Hover over a variable in the list, then click the gear icon ({{< icon "gear" >}}) and select **Export**. +4. Review the JSON in the window that appears. +5. Select one of the following options: * **Download JSON**: Download the dashboard as a JSON file. * **Save as template**: Save the JSON as a dashboard template. * **Copy to Clipboard**: Copy the JSON to your clipboard. diff --git a/content/v2.0/visualize-data/variables/update-variable.md b/content/v2.0/visualize-data/variables/update-variable.md index 6d9ff60ac..56b98b502 100644 --- a/content/v2.0/visualize-data/variables/update-variable.md +++ b/content/v2.0/visualize-data/variables/update-variable.md @@ -13,12 +13,11 @@ Update an existing dashboard variable's name or JSON content in the InfluxDB use ### Update a variable -1. Click the **Organizations** icon in the navigation bar. +1. Click the **Settings** icon in the navigation bar. - {{< nav-icon "orgs" >}} + {{< nav-icon "settings" >}} -2. Select an organization from the list. -3. Select the **Variables** tab. -4. Click on a variable's name from the list. -5. Update the variable's name and query. -6. Click **Submit**. +2. Select the **Variables** tab. +3. Click on a variable's name from the list. +4. Update the variable's name and query. +5. Click **Submit**. diff --git a/content/v2.0/visualize-data/variables/view-variables.md b/content/v2.0/visualize-data/variables/view-variables.md index 6af47daa5..0d4f61537 100644 --- a/content/v2.0/visualize-data/variables/view-variables.md +++ b/content/v2.0/visualize-data/variables/view-variables.md @@ -13,18 +13,17 @@ View a list of dashboard variables in the InfluxDB user interface (UI) from an o ## View variables in the organization -1. Click the **Organizations** icon in the navigation bar. +1. Click the **Settings** icon in the navigation bar. - {{< nav-icon "orgs" >}} + {{< nav-icon "settings" >}} -2. Select an organization from the list. 3. Select the **Variables** tab. ## View variables in the Data Explorer 1. Click the **Data Explorer** icon in the navigation bar. - {{< nav-icon "data-explorer" >}} + {{< nav-icon "data-explorer" >}} 2. Switch to **Script Editor**. 3. Click the **Variables** tab to the right of the script editor.