diff --git a/content/v2.0/visualize-data/dashboards/create-dashboard.md b/content/v2.0/visualize-data/dashboards/create-dashboard.md index 1aa1f1caa..66b025b4f 100644 --- a/content/v2.0/visualize-data/dashboards/create-dashboard.md +++ b/content/v2.0/visualize-data/dashboards/create-dashboard.md @@ -55,7 +55,7 @@ weight: 201 2. Select the **Templates** tab. - - In the **Static Templates** tab, a list of pre-created templates appears. + - In the **Static Templates** tab, a list of pre-created templates appears. - In the **User Templates** tab, a list of custom user-created templates appears. 3. Hover over the name of the template you want to create a dashboard from, then click **Create**. @@ -66,8 +66,6 @@ weight: 201 1. Hover over the dashboard name in the list of dashboard to show options. 2. Click **Clone**. The cloned dashboard opens. - ![Clone a dashboard](/img/2-0-dashboard-clone.png) - #### Add data to your dashboard diff --git a/content/v2.0/visualize-data/dashboards/delete-dashboard.md b/content/v2.0/visualize-data/dashboards/delete-dashboard.md index 0aa1a60db..1709d3175 100644 --- a/content/v2.0/visualize-data/dashboards/delete-dashboard.md +++ b/content/v2.0/visualize-data/dashboards/delete-dashboard.md @@ -13,9 +13,7 @@ To delete a dashboard from the InfluxDB user interface (UI): 1. Hover over the dashboard name in the list of dashboards to show options. 2. Click **{{< icon "trash" >}}**. -3. Click **Confirm** to delete your dashboard. - - ![Delete a dashboard](/img/2-0-dashboard-delete.png) +3. Click **Delete** to delete your dashboard. {{% warn %}} Deleting a dashboard cannot be undone. diff --git a/static/img/2-0-dashboard-clone.png b/static/img/2-0-dashboard-clone.png deleted file mode 100644 index 009ec04d6..000000000 Binary files a/static/img/2-0-dashboard-clone.png and /dev/null differ diff --git a/static/img/2-0-dashboard-delete.png b/static/img/2-0-dashboard-delete.png deleted file mode 100644 index 21ebfb33f..000000000 Binary files a/static/img/2-0-dashboard-delete.png and /dev/null differ