From b7032764d3d1de5468c1b921b061c9840d43909d Mon Sep 17 00:00:00 2001 From: Iris Scholten Date: Tue, 5 Feb 2019 11:32:19 -0800 Subject: [PATCH] fix(ui/dataLoaders): Update plugin config button to 'Done' --- CHANGELOG.md | 2 +- .../collectorsWizard/configure/PluginConfigForm.tsx | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 690822bdd6..0224937c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,7 @@ 1. [11678](https://github.com/influxdata/influxdb/pull/11678): Update the System Telegraf Plugin bundle to include the swap plugin ## UI Improvements - +1. [11683](https://github.com/influxdata/influxdb/pull/11683): Change the wording for the plugin config form button to Done ## v2.0.0-alpha.1 [2019-01-23] diff --git a/ui/src/dataLoaders/components/collectorsWizard/configure/PluginConfigForm.tsx b/ui/src/dataLoaders/components/collectorsWizard/configure/PluginConfigForm.tsx index cb6b04e86d..9586e054a1 100644 --- a/ui/src/dataLoaders/components/collectorsWizard/configure/PluginConfigForm.tsx +++ b/ui/src/dataLoaders/components/collectorsWizard/configure/PluginConfigForm.tsx @@ -62,7 +62,10 @@ export class PluginConfigForm extends PureComponent { - + ) }