* Add back auto-refresh on dashboard (addresses #2668) * Update content/influxdb/v2.0/visualize-data/dashboards/control-dashboard.md Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com> * incorporate PR feedback and move to cloud only Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>pull/2890/head
parent
bdd7f2dd62
commit
dc0c00fb59
|
@ -35,11 +35,18 @@ Click the timezone dropdown to select a timezone to use for the dashboard. Selec
|
|||
|
||||
Click the refresh button (**{{< icon "refresh" >}}**) to manually refresh the dashboard's data.
|
||||
|
||||
#### Refresh a single dashboard cell
|
||||
#### Manually a single dashboard cell
|
||||
|
||||
1. Click the **{{< icon "gear" >}}** on the dashboard cell you want to refresh.
|
||||
2. Click **{{< icon "refresh" >}} Refresh**.
|
||||
|
||||
### Automatically refresh dashboard
|
||||
|
||||
Click **Enable Auto Refresh**. In the window that appears, configure the following options:
|
||||
- **Until**: Select **Indefinite** to automatically refresh continuously. Select **Custom** to set a time to stop automatically refreshing.
|
||||
- **Inactivity Timeout**: Set how long the user should be inactive for the dashboard to time out and stop automatically refreshing.
|
||||
- **Refresh Interval**: Enter how frequently the dashboard should refresh.
|
||||
|
||||
### Select time range
|
||||
|
||||
1. Select from the time range options in the dropdown menu.
|
||||
|
|
|
@ -37,7 +37,7 @@ Click the timezone dropdown to select a timezone to use for the dashboard. Selec
|
|||
|
||||
Click the refresh button (**{{< icon "refresh" >}}**) to manually refresh the dashboard's data.
|
||||
|
||||
#### Refresh a single dashboard cell
|
||||
#### Manually refresh a single dashboard cell
|
||||
|
||||
1. Click the **{{< icon "gear" >}}** on the dashboard cell you want to refresh.
|
||||
2. Click **{{< icon "refresh" >}} Refresh**.
|
||||
|
|
Loading…
Reference in New Issue