From 1fea6205ac18da0151ca20dcb4ec84c1e32ef548 Mon Sep 17 00:00:00 2001 From: Andrew Watkins Date: Fri, 8 Mar 2019 17:04:15 -0800 Subject: [PATCH] change to streaming --- ui/src/configuration/components/Telegrafs.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/src/configuration/components/Telegrafs.tsx b/ui/src/configuration/components/Telegrafs.tsx index 93788d679a..21a67e988d 100644 --- a/ui/src/configuration/components/Telegrafs.tsx +++ b/ui/src/configuration/components/Telegrafs.tsx @@ -261,7 +261,7 @@ export class Telegrafs extends PureComponent { onSetBucketInfo(organization, organizationID, name, id) } - onSetDataLoadersType(DataLoaderType.Scraping) + onSetDataLoadersType(DataLoaderType.Streaming) this.setState({dataLoaderOverlay: OverlayState.Open}) }