Merge pull request #11689 from influxdata/fix/collectors-configure-button
fix(ui/dataLoaders): Update the collectors configure step button to 'Create and Verify'pull/11693/head
commit
993a8d6e70
|
@ -7,6 +7,7 @@
|
|||
|
||||
## UI Improvements
|
||||
1. [11683](https://github.com/influxdata/influxdb/pull/11683): Change the wording for the plugin config form button to Done
|
||||
1. [11689](https://github.com/influxdata/influxdb/pull/11689): Change the wording for the Collectors configure step button to Create and Verify
|
||||
|
||||
## v2.0.0-alpha.1 [2019-01-23]
|
||||
|
||||
|
|
|
@ -59,7 +59,10 @@ export class TelegrafPluginInstructions extends PureComponent<Props> {
|
|||
</div>
|
||||
</FancyScrollbar>
|
||||
</div>
|
||||
<OnboardingButtons onClickBack={onDecrementStep} />
|
||||
<OnboardingButtons
|
||||
onClickBack={onDecrementStep}
|
||||
nextButtonText={'Create and Verify'}
|
||||
/>
|
||||
</Form>
|
||||
)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue