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
commit
b3391d2170
|
@ -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 => {
|
||||
|
|
Loading…
Reference in New Issue