From c43e6b7dbd31a1d0eb655065c039de81c97836d4 Mon Sep 17 00:00:00 2001 From: Alex P Date: Wed, 13 Jun 2018 14:19:15 -0700 Subject: [PATCH] Implement PageHeader in manage sources page --- ui/src/sources/containers/ManageSources.tsx | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/ui/src/sources/containers/ManageSources.tsx b/ui/src/sources/containers/ManageSources.tsx index ae1cf2f7d..e11ff1236 100644 --- a/ui/src/sources/containers/ManageSources.tsx +++ b/ui/src/sources/containers/ManageSources.tsx @@ -6,7 +6,7 @@ import * as actions from 'src/shared/actions/sources' import {notify as notifyAction} from 'src/shared/actions/notifications' import FancyScrollbar from 'src/shared/components/FancyScrollbar' -import SourceIndicator from 'src/shared/components/SourceIndicator' +import PageHeader from 'src/shared/components/PageHeader' import InfluxTable from 'src/sources/components/InfluxTable' import { @@ -49,16 +49,7 @@ class ManageSources extends PureComponent { return (
-
-
-
-

Configuration

-
-
- -
-
-
+