Merge pull request #11687 from influxdata/fix/default-telegraf-name

fix(ui/dataLoaders): Update default telegraf config name to 'Name this Configuration'
pull/11690/head
Iris Scholten 2019-02-05 13:27:46 -08:00 committed by GitHub
commit b3391d2170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export const INITIAL_STATE: DataLoadersState = {
telegrafConfigID: null,
pluginBundles: [],
scraperTarget: {bucket: '', url: QUICKSTART_SCRAPER_TARGET_URL},
telegrafConfigName: 'new config',
telegrafConfigName: 'Name this Configuration',
}
export default (state = INITIAL_STATE, action: Action): DataLoadersState => {