diff --git a/content/chronograf/v1.10/guides/cloning-in-ui.md b/content/chronograf/v1.10/guides/cloning-in-ui.md index 10c250299..635ebac9e 100644 --- a/content/chronograf/v1.10/guides/cloning-in-ui.md +++ b/content/chronograf/v1.10/guides/cloning-in-ui.md @@ -16,28 +16,43 @@ Dashboards in Chronograf can be cloned (or copied) to be used to create a dashbo ### To clone a dashboard -1. On the **Dashboards** page, hover your cursor over the listing of the dashboard that you want to clone and click the **Clone** button that appears. +On the **Dashboards** page, hover your cursor over the listing of the dashboard that you want to clone and click the **Clone** button that appears. - ![Click the Clone button](/img/chronograf/1-6-clone-dashboard.png) +![Click the Clone button](/img/chronograf/1-6-clone-dashboard.png) - The cloned dashboard opens and displays the name of the original dashboard with `(clone)` after it. +The cloned dashboard opens and displays the name of the original dashboard with `(clone)` after it. - ![Cloned dashboard](/img/chronograf/1-6-clone-dashboard-clone.png) +![Cloned dashboard](/img/chronograf/1-6-clone-dashboard-clone.png) - You can now change the dashboard name and customize the dashboard. +You can now change the dashboard name and customize the dashboard. ## Clone cells -Cells in Chronograf dashboards can be cloned, or copied, to quickly create a cell copy that can be edited for another use. +Cells in Chronograf dashboards can be cloned or copied to quickly create a cell copy that can be edited for another use. ### To clone a cell 1. On the dashboard cell that you want to make a copy of, click the **Clone** icon and then confirm by clicking **Clone Cell**. - ![Click the Clone icon](/img/chronograf/1-6-clone-cell-click-button.png) + ![Click the Clone icon](/img/chronograf/1-6-clone-cell-click-button.png) 2. The cloned cell appears in the dashboard displaying the nameof the original cell with `(clone)` after it. - ![Cloned cell](/img/chronograf/1-6-clone-cell-cell-copy.png) + ![Cloned cell](/img/chronograf/1-6-clone-cell-cell-copy.png) - You can now change the cell name and customize the cell. + You can now change the cell name and customize the cell. + +{{% note %}} +#### Cells can only be cloned to the current dashboard + +Dashboard cells can only be clone to the current dashboard and can not be cloned to another dashboard. +To clone a cell to another dashboard: + +1. Hover over the cell you want to clone, click the **{{< icon "pencil" "v1" >}}** + icon, and then select **Configure**. +2. Copy the cell query. +3. Open the dashboard you want to clone the cell to. +4. Click **{{< icon "add-cell" "v2" >}} Add Cell** to create a new cell. +5. Paste your copied query into the new cell. +6. Duplicate all the visualizations settings from your cloned cell. +{{% /note %}} \ No newline at end of file diff --git a/content/chronograf/v1.9/guides/cloning-in-ui.md b/content/chronograf/v1.9/guides/cloning-in-ui.md index 8fb779195..442ab6dbd 100644 --- a/content/chronograf/v1.9/guides/cloning-in-ui.md +++ b/content/chronograf/v1.9/guides/cloning-in-ui.md @@ -16,28 +16,44 @@ Dashboards in Chronograf can be cloned (or copied) to be used to create a dashbo ### To clone a dashboard -1. On the **Dashboards** page, hover your cursor over the listing of the dashboard that you want to clone and click the **Clone** button that appears. +On the **Dashboards** page, hover your cursor over the listing of the dashboard that you want to clone and click the **Clone** button that appears. - ![Click the Clone button](/img/chronograf/1-6-clone-dashboard.png) +![Click the Clone button](/img/chronograf/1-6-clone-dashboard.png) - The cloned dashboard opens and displays the name of the original dashboard with `(clone)` after it. +The cloned dashboard opens and displays the name of the original dashboard with `(clone)` after it. - ![Cloned dashboard](/img/chronograf/1-6-clone-dashboard-clone.png) +![Cloned dashboard](/img/chronograf/1-6-clone-dashboard-clone.png) - You can now change the dashboard name and customize the dashboard. +You can now change the dashboard name and customize the dashboard. ## Clone cells -Cells in Chronograf dashboards can be cloned, or copied, to quickly create a cell copy that can be edited for another use. +Cells in Chronograf dashboards can be cloned or copied to quickly create a cell copy that can be edited for another use. ### To clone a cell 1. On the dashboard cell that you want to make a copy of, click the **Clone** icon and then confirm by clicking **Clone Cell**. - ![Click the Clone icon](/img/chronograf/1-6-clone-cell-click-button.png) + ![Click the Clone icon](/img/chronograf/1-6-clone-cell-click-button.png) 2. The cloned cell appears in the dashboard displaying the nameof the original cell with `(clone)` after it. - ![Cloned cell](/img/chronograf/1-6-clone-cell-cell-copy.png) + ![Cloned cell](/img/chronograf/1-6-clone-cell-cell-copy.png) + + You can now change the cell name and customize the cell. + +{{% note %}} +#### Cells can only be cloned to the current dashboard + +Dashboard cells can only be clone to the current dashboard and can not be cloned to another dashboard. +To clone a cell to another dashboard: + +1. Hover over the cell you want to clone, click the **{{< icon "pencil" "v1" >}}** + icon, and then select **Configure**. +2. Copy the cell query. +3. Open the dashboard you want to clone the cell to. +4. Click **{{< icon "add-cell" "v2" >}} Add Cell** to create a new cell. +5. Paste your copied query into the new cell. +6. Duplicate all the visualizations settings from your cloned cell. +{{% /note %}} - You can now change the cell name and customize the cell.