Implement PageHeader in manage sources page

pull/10616/head
Alex P 2018-06-13 14:19:15 -07:00
parent 2afd5da548
commit 05971cea28
1 changed files with 2 additions and 11 deletions

View File

@ -6,7 +6,7 @@ import * as actions from 'src/shared/actions/sources'
import {notify as notifyAction} from 'src/shared/actions/notifications' import {notify as notifyAction} from 'src/shared/actions/notifications'
import FancyScrollbar from 'src/shared/components/FancyScrollbar' 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 InfluxTable from 'src/sources/components/InfluxTable'
import { import {
@ -49,16 +49,7 @@ class ManageSources extends PureComponent<Props> {
return ( return (
<div className="page" id="manage-sources-page"> <div className="page" id="manage-sources-page">
<div className="page-header"> <PageHeader title="Configuration" sourceIndicator={true} />
<div className="page-header--container">
<div className="page-header--left">
<h1 className="page-header--title">Configuration</h1>
</div>
<div className="page-header--right">
<SourceIndicator />
</div>
</div>
</div>
<FancyScrollbar className="page-contents"> <FancyScrollbar className="page-contents">
<div className="container-fluid"> <div className="container-fluid">
<InfluxTable <InfluxTable