Address review feedback

pull/208/head
Nora 2019-05-01 14:10:25 -07:00
parent 614f165b41
commit d08b086dd2
1 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,7 @@ menu:
{{% warn %}}
This will remove all tasks from your InfluxDB v2.0 instance.
**This will remove** all tasks from your InfluxDB v2.0 instance.
Before upgrading, [export all existing tasks](/v2.0/process-data/manage-tasks/export-task/) After upgrading, [reimport your exported tasks](/v2.0/process-data/manage-tasks/create-task/#import-a-task).
{{% /warn %}}
@ -33,13 +33,15 @@ Before upgrading, [export all existing tasks](/v2.0/process-data/manage-tasks/ex
- Show error message when adding line protocol.
- Update UI Flux function documentation.
- Update System template to support math with floats.
- Fix the window function documentation.
- Fix typo in the range Flux function example.
- Update the systemTime function to use system.time.
- Fix the `window` function documentation.
- Fix typo in the `range` Flux function example.
- Update the `systemTime` function to use `system.time`.
### UI Improvements
- Add general polish and empty states to Create Dashboard from Template overlay.
---
## v2.0.0-alpha.8 [2019-04-12]
### Features